Html Css Color HEX #8CA1BD Rock Blue

📋 copy color: '#8CA1BD'

red 140 ◦ green 161 ◦ blue 189

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

Shades of Rock Blue #8CA1BD

Tints of Rock Blue #8CA1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 28.57%
G = 32.86%
B = 38.57%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CA1BD (or 0x8CA1BD) is known color: Rock Blue. HEX triplet: 8C, A1 and BD. RGB value is (140,161,189). Sum of RGB (Red+Green+Blue) = 140+161+189=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1BD is #735E42. Grayscale: #9D9D9D. Windows color (decimal): -7560771 or 12427660. OLE color: 12427660.

HSL color Cylindrical-coordinate representation of color #8CA1BD: hue angle of 214.29º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA1BD is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 161 189 -
CMYK 0.26 0.15 0 0.26
HSL 214.29º 0.27% 0.65% -
HSV(B) 214.29º 0.26% 0.74% -
XYZ 32.75 34.74 53.12 -
YUV 157.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 140 161 189 0.26 0.15 0 0.26 214.29 0.27 0.65
Hex 8C A1 BD 1A F 0 1A D6 1B 41
Octal 214 241 275 32 17 0 32 326 33 101
Binary 10001100 10100001 10111101 11010 1111 0 11010 11010110 11011 1000001

Color Harmonies of #8CA1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA1BD

Black with #8CA1BD

Text Example


Text Example

White with #8CA1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,161,189); }

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

background-color css

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

 a { background-color: rgb(140,161,189); }

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

border-color css

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

 span { border-color: rgb(140,161,189); }

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