Html Css Color HEX #96A5DF Portage

📋 copy color: '#96A5DF'

red 150 ◦ green 165 ◦ blue 223

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

Shades of Portage #96A5DF

Tints of Portage #96A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.67%

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

R = 27.88%
G = 30.67%
B = 41.45%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96A5DF (or 0x96A5DF) is known color: Portage. HEX triplet: 96, A5 and DF. RGB value is (150,165,223). Sum of RGB (Red+Green+Blue) = 150+165+223=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #96A5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5DF is #695A20. Grayscale: #A6A6A6. Windows color (decimal): -6904353 or 14656918. OLE color: 14656918.

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

Color convert

RGB 150 165 223 -
CMYK 0.33 0.26 0 0.13
HSL 227.67º 0.53% 0.73% -
HSV(B) 227.67º 0.33% 0.87% -
XYZ 39.35 38.72 75.21 -
YUV 167.13 159.53 115.78 -
System Red Green Blue C M Y K H S L
Decimal 150 165 223 0.33 0.26 0 0.13 227.67 0.53 0.73
Hex 96 A5 DF 21 1A 0 D E4 35 49
Octal 226 245 337 41 32 0 15 344 65 111
Binary 10010110 10100101 11011111 100001 11010 0 1101 11100100 110101 1001001

Color Harmonies of #96A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A5DF

Black with #96A5DF

Text Example


Text Example

White with #96A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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