Html Css Color HEX #8CA5BE Rock Blue

📋 copy color: '#8CA5BE'

red 140 ◦ green 165 ◦ blue 190

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

Shades of Rock Blue #8CA5BE

Tints of Rock Blue #8CA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.33%

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

R = 28.28%
G = 33.33%
B = 38.38%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CA5BE (or 0x8CA5BE) is known color: Rock Blue. HEX triplet: 8C, A5 and BE. RGB value is (140,165,190). Sum of RGB (Red+Green+Blue) = 140+165+190=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA5BE is #735A41. Grayscale: #A0A0A0. Windows color (decimal): -7559746 or 12494220. OLE color: 12494220.

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

Color convert

RGB 140 165 190 -
CMYK 0.26 0.13 0 0.25
HSL 210º 0.28% 0.65% -
HSV(B) 210º 0.26% 0.75% -
XYZ 33.56 36.2 53.93 -
YUV 160.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 140 165 190 0.26 0.13 0 0.25 210 0.28 0.65
Hex 8C A5 BE 1A D 0 19 D2 1C 41
Octal 214 245 276 32 15 0 31 322 34 101
Binary 10001100 10100101 10111110 11010 1101 0 11001 11010010 11100 1000001

Color Harmonies of #8CA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA5BE

Black with #8CA5BE

Text Example


Text Example

White with #8CA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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