Html Css Color HEX #96A1D8 Portage

📋 copy color: '#96A1D8'

red 150 ◦ green 161 ◦ blue 216

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

Shades of Portage #96A1D8

Tints of Portage #96A1D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 28.46%
G = 30.55%
B = 40.99%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96A1D8 (or 0x96A1D8) is known color: Portage. HEX triplet: 96, A1 and D8. RGB value is (150,161,216). Sum of RGB (Red+Green+Blue) = 150+161+216=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #96A1D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1D8 is #695E27. Grayscale: #A3A3A3. Windows color (decimal): -6905384 or 14197142. OLE color: 14197142.

HSL color Cylindrical-coordinate representation of color #96A1D8: hue angle of 230º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96A1D8 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 161 216 -
CMYK 0.31 0.25 0 0.15
HSL 230º 0.46% 0.72% -
HSV(B) 230º 0.31% 0.85% -
XYZ 37.72 36.93 70.11 -
YUV 163.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 150 161 216 0.31 0.25 0 0.15 230 0.46 0.72
Hex 96 A1 D8 1F 19 0 F E6 2E 48
Octal 226 241 330 37 31 0 17 346 56 110
Binary 10010110 10100001 11011000 11111 11001 0 1111 11100110 101110 1001000

Color Harmonies of #96A1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A1D8

Black with #96A1D8

Text Example


Text Example

White with #96A1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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