#97A3E8

Color #97A3E8 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #97A3E8

Tints of Portage #97A3E8

Color information

#97A3E8 (or 0x97A3E8) is unknown color: approx Portage. HEX triplet: 97, A3 and E8. RGB value is (151,163,232). Sum of RGB (Red+Green+Blue) = 151+163+232=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #97A3E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A3E8 is #685C17. Grayscale: #A6A6A6. Windows color (decimal): -6839320 or 15246231. OLE color: 15246231.

HSL color Cylindrical-coordinate representation of color #97A3E8: hue angle of 231.11º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97A3E8 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB151163232-
CMYK0.350.3000.09
HSL231.11º63.78%75.1%-
HSV(B)231.11º34.91%90.98%-
XYZ40.4338.681.66-
YUV167.28164.52116.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 27.66%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 232 (91.02% from 255) = 42.49%
R=27.66%
G=29.85%
B=42.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1511632320.350.3000.09231.1163.7875.1
Hex97A3E8231E09e7404b
Octal2272433504336011347100113
Binary10010111101000111110100010001111110010011110011110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A3E8; }

 p { color: rgb(151,163,232); }

 H1.HeaderClassName
 {
   color: #97A3E8;
 }
 .AnyTagClassName
 {
   color: #97A3E8;
 }
</style>
background-color css

<style>
 a { background-color: #97A3E8; }

 a { background-color: rgb(151,163,232); }

 div.DivClassName
 {
   background-color: #97A3E8;
 }
 .BgClassName
 {
   background-color: #97A3E8;
 }
</style>
border-color css

<style>
 span { border-color: #97A3E8; }

 span { border-color: rgb(151,163,232); }

 td.TdClassName
 {
   border-color: #97A3E8;
 }
 .TagClassName
 {
   border-color: #97A3E8;
 }
</style>