Html Css Color HEX #8CA0BB Rock Blue

📋 copy color: '#8CA0BB'

red 140 ◦ green 160 ◦ blue 187

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

Shades of Rock Blue #8CA0BB

Tints of Rock Blue #8CA0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 28.75%
G = 32.85%
B = 38.4%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CA0BB (or 0x8CA0BB) is known color: Rock Blue. HEX triplet: 8C, A0 and BB. RGB value is (140,160,187). Sum of RGB (Red+Green+Blue) = 140+160+187=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA0BB is #735F44. Grayscale: #9C9C9C. Windows color (decimal): -7561029 or 12296332. OLE color: 12296332.

HSL color Cylindrical-coordinate representation of color #8CA0BB: hue angle of 214.47º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CA0BB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 160 187 -
CMYK 0.25 0.14 0 0.27
HSL 214.47º 0.26% 0.64% -
HSV(B) 214.47º 0.25% 0.73% -
XYZ 32.36 34.3 51.93 -
YUV 157.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 140 160 187 0.25 0.14 0 0.27 214.47 0.26 0.64
Hex 8C A0 BB 19 E 0 1B D6 1A 40
Octal 214 240 273 31 16 0 33 326 32 100
Binary 10001100 10100000 10111011 11001 1110 0 11011 11010110 11010 1000000

Color Harmonies of #8CA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA0BB

Black with #8CA0BB

Text Example


Text Example

White with #8CA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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