Html Css Color HEX #96A5D6 Portage

📋 copy color: '#96A5D6'

red 150 ◦ green 165 ◦ blue 214

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

Shades of Portage #96A5D6

Tints of Portage #96A5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 28.36%
G = 31.19%
B = 40.45%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96A5D6 (or 0x96A5D6) is known color: Portage. HEX triplet: 96, A5 and D6. RGB value is (150,165,214). Sum of RGB (Red+Green+Blue) = 150+165+214=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #96A5D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5D6 is #695A29. Grayscale: #A5A5A5. Windows color (decimal): -6904362 or 14067094. OLE color: 14067094.

HSL color Cylindrical-coordinate representation of color #96A5D6: hue angle of 225.94º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96A5D6 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 165 214 -
CMYK 0.30 0.23 0 0.16
HSL 225.94º 0.44% 0.71% -
HSV(B) 225.94º 0.3% 0.84% -
XYZ 38.17 38.25 68.99 -
YUV 166.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 150 165 214 0.30 0.23 0 0.16 225.94 0.44 0.71
Hex 96 A5 D6 1E 17 0 10 E2 2C 47
Octal 226 245 326 36 27 0 20 342 54 107
Binary 10010110 10100101 11010110 11110 10111 0 10000 11100010 101100 1000111

Color Harmonies of #96A5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A5D6

Black with #96A5D6

Text Example


Text Example

White with #96A5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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