Html Css Color HEX #8CA1BB Rock Blue

📋 copy color: '#8CA1BB'

red 140 ◦ green 161 ◦ blue 187

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

Shades of Rock Blue #8CA1BB

Tints of Rock Blue #8CA1BB

RGB

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

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

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

R = 28.69%
G = 32.99%
B = 38.32%

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

#8CA1BB (or 0x8CA1BB) is known color: Rock Blue. HEX triplet: 8C, A1 and BB. RGB value is (140,161,187). Sum of RGB (Red+Green+Blue) = 140+161+187=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1BB is #735E44. Grayscale: #9D9D9D. Windows color (decimal): -7560773 or 12296588. OLE color: 12296588.

HSL color Cylindrical-coordinate representation of color #8CA1BB: hue angle of 213.19º 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 #8CA1BB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 161 187 -
CMYK 0.25 0.14 0 0.27
HSL 213.19º 0.26% 0.64% -
HSV(B) 213.19º 0.25% 0.73% -
XYZ 32.53 34.65 51.99 -
YUV 157.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 140 161 187 0.25 0.14 0 0.27 213.19 0.26 0.64
Hex 8C A1 BB 19 E 0 1B D5 1A 40
Octal 214 241 273 31 16 0 33 325 32 100
Binary 10001100 10100001 10111011 11001 1110 0 11011 11010101 11010 1000000

Color Harmonies of #8CA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA1BB

Black with #8CA1BB

Text Example


Text Example

White with #8CA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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