Html Css Color HEX #8CA0BE Rock Blue

📋 copy color: '#8CA0BE'

red 140 ◦ green 160 ◦ blue 190

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

Shades of Rock Blue #8CA0BE

Tints of Rock Blue #8CA0BE

RGB

 RED value IS 140 (55.08% from 255) = 28.57%

 GREEN value IS 160 (62.89% from 255) = 32.65%

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 28.57%
G = 32.65%
B = 38.78%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CA0BE (or 0x8CA0BE) is known color: Rock Blue. HEX triplet: 8C, A0 and BE. RGB value is (140,160,190). Sum of RGB (Red+Green+Blue) = 140+160+190=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA0BE is #735F41. Grayscale: #9D9D9D. Windows color (decimal): -7561026 or 12492940. OLE color: 12492940.

HSL color Cylindrical-coordinate representation of color #8CA0BE: hue angle of 216º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA0BE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 160 190 -
CMYK 0.26 0.16 0 0.25
HSL 216º 0.28% 0.65% -
HSV(B) 216º 0.26% 0.75% -
XYZ 32.68 34.43 53.64 -
YUV 157.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 140 160 190 0.26 0.16 0 0.25 216 0.28 0.65
Hex 8C A0 BE 1A 10 0 19 D8 1C 41
Octal 214 240 276 32 20 0 31 330 34 101
Binary 10001100 10100000 10111110 11010 10000 0 11001 11011000 11100 1000001

Color Harmonies of #8CA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA0BE

Black with #8CA0BE

Text Example


Text Example

White with #8CA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CA0BE; }

 p { color: rgb(140,160,190); }

 H1.HeaderClassName
 {
   color: #8CA0BE;
 }
 .AnyTagClassName
 {
   color: #8CA0BE;
 }
</style>

background-color css

<style>
 a { background-color: #8CA0BE; }

 a { background-color: rgb(140,160,190); }

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

border-color css

<style>
 span { border-color: #8CA0BE; }

 span { border-color: rgb(140,160,190); }

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