Html Css Color HEX #9CB7CA Heather

📋 copy color: '#9CB7CA'

red 156 ◦ green 183 ◦ blue 202

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

Shades of Heather #9CB7CA

Tints of Heather #9CB7CA

RGB

 RED value IS 156 (61.33% from 255) = 28.84%

 GREEN value IS 183 (71.88% from 255) = 33.83%

 BLUE value IS 202 (79.3% from 255) = 37.34%

R = 28.84%
G = 33.83%
B = 37.34%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9CB7CA (or 0x9CB7CA) is known color: Heather. HEX triplet: 9C, B7 and CA. RGB value is (156,183,202). Sum of RGB (Red+Green+Blue) = 156+183+202=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB7CA is #634835. Grayscale: #B0B0B0. Windows color (decimal): -6506550 or 13285276. OLE color: 13285276.

HSL color Cylindrical-coordinate representation of color #9CB7CA: hue angle of 204.78º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB7CA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 183 202 -
CMYK 0.23 0.09 0 0.21
HSL 204.78º 0.3% 0.7% -
HSV(B) 204.78º 0.23% 0.79% -
XYZ 41.3 45.2 62.42 -
YUV 177.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 156 183 202 0.23 0.09 0 0.21 204.78 0.3 0.7
Hex 9C B7 CA 17 9 0 15 CD 1E 46
Octal 234 267 312 27 11 0 25 315 36 106
Binary 10011100 10110111 11001010 10111 1001 0 10101 11001101 11110 1000110

Color Harmonies of #9CB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB7CA

Black with #9CB7CA

Text Example


Text Example

White with #9CB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CB7CA; }

 p { color: rgb(156,183,202); }

 H1.HeaderClassName
 {
   color: #9CB7CA;
 }
 .AnyTagClassName
 {
   color: #9CB7CA;
 }
</style>

background-color css

<style>
 a { background-color: #9CB7CA; }

 a { background-color: rgb(156,183,202); }

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

border-color css

<style>
 span { border-color: #9CB7CA; }

 span { border-color: rgb(156,183,202); }

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