Html Css Color HEX #96A9DF Portage

📋 copy color: '#96A9DF'

red 150 ◦ green 169 ◦ blue 223

#96A9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #96A9DF

Tints of Portage #96A9DF

RGB

 RED value IS 150 (58.98% from 255) = 27.68%

 GREEN value IS 169 (66.41% from 255) = 31.18%

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 27.68%
G = 31.18%
B = 41.14%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96A9DF (or 0x96A9DF) is known color: Portage. HEX triplet: 96, A9 and DF. RGB value is (150,169,223). Sum of RGB (Red+Green+Blue) = 150+169+223=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #96A9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A9DF is #695620. Grayscale: #A9A9A9. Windows color (decimal): -6903329 or 14657942. OLE color: 14657942.

HSL color Cylindrical-coordinate representation of color #96A9DF: hue angle of 224.38º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A9DF is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 169 223 -
CMYK 0.33 0.24 0 0.13
HSL 224.38º 0.53% 0.73% -
HSV(B) 224.38º 0.33% 0.87% -
XYZ 40.08 40.19 75.46 -
YUV 169.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 150 169 223 0.33 0.24 0 0.13 224.38 0.53 0.73
Hex 96 A9 DF 21 18 0 D E0 35 49
Octal 226 251 337 41 30 0 15 340 65 111
Binary 10010110 10101001 11011111 100001 11000 0 1101 11100000 110101 1001001

Color Harmonies of #96A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A9DF

Black with #96A9DF

Text Example


Text Example

White with #96A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A9DF; }

 p { color: rgb(150,169,223); }

 H1.HeaderClassName
 {
   color: #96A9DF;
 }
 .AnyTagClassName
 {
   color: #96A9DF;
 }
</style>

background-color css

<style>
 a { background-color: #96A9DF; }

 a { background-color: rgb(150,169,223); }

 div.DivClassName
 {
   background-color: #96A9DF;
 }
 .BgClassName
 {
   background-color: #96A9DF;
 }
</style>

border-color css

<style>
 span { border-color: #96A9DF; }

 span { border-color: rgb(150,169,223); }

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