Html Css Color HEX #96A1CD Portage

📋 copy color: '#96A1CD'

red 150 ◦ green 161 ◦ blue 205

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

Shades of Portage #96A1CD

Tints of Portage #96A1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 29.07%
G = 31.2%
B = 39.73%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96A1CD (or 0x96A1CD) is known color: Portage. HEX triplet: 96, A1 and CD. RGB value is (150,161,205). Sum of RGB (Red+Green+Blue) = 150+161+205=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #96A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1CD is #695E32. Grayscale: #A2A2A2. Windows color (decimal): -6905395 or 13476246. OLE color: 13476246.

HSL color Cylindrical-coordinate representation of color #96A1CD: hue angle of 228º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96A1CD is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 161 205 -
CMYK 0.27 0.21 0 0.20
HSL 228º 0.35% 0.7% -
HSV(B) 228º 0.27% 0.8% -
XYZ 36.34 36.38 62.86 -
YUV 162.73 151.86 118.92 -
System Red Green Blue C M Y K H S L
Decimal 150 161 205 0.27 0.21 0 0.20 228 0.35 0.7
Hex 96 A1 CD 1B 15 0 14 E4 23 46
Octal 226 241 315 33 25 0 24 344 43 106
Binary 10010110 10100001 11001101 11011 10101 0 10100 11100100 100011 1000110

Color Harmonies of #96A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A1CD

Black with #96A1CD

Text Example


Text Example

White with #96A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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