Html Css Color HEX #96A1DF Portage

📋 copy color: '#96A1DF'

red 150 ◦ green 161 ◦ blue 223

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

Shades of Portage #96A1DF

Tints of Portage #96A1DF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.15%

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

R = 28.09%
G = 30.15%
B = 41.76%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96A1DF (or 0x96A1DF) is known color: Portage. HEX triplet: 96, A1 and DF. RGB value is (150,161,223). Sum of RGB (Red+Green+Blue) = 150+161+223=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #96A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1DF is #695E20. Grayscale: #A4A4A4. Windows color (decimal): -6905377 or 14655894. OLE color: 14655894.

HSL color Cylindrical-coordinate representation of color #96A1DF: hue angle of 230.96º 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 #96A1DF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 161 223 -
CMYK 0.33 0.28 0 0.13
HSL 230.96º 0.53% 0.73% -
HSV(B) 230.96º 0.33% 0.87% -
XYZ 38.64 37.3 74.98 -
YUV 164.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 150 161 223 0.33 0.28 0 0.13 230.96 0.53 0.73
Hex 96 A1 DF 21 1C 0 D E7 35 49
Octal 226 241 337 41 34 0 15 347 65 111
Binary 10010110 10100001 11011111 100001 11100 0 1101 11100111 110101 1001001

Color Harmonies of #96A1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A1DF

Black with #96A1DF

Text Example


Text Example

White with #96A1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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