Html Css Color HEX #8CA3BE Rock Blue

📋 copy color: '#8CA3BE'

red 140 ◦ green 163 ◦ blue 190

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

Shades of Rock Blue #8CA3BE

Tints of Rock Blue #8CA3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.06%

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

R = 28.4%
G = 33.06%
B = 38.54%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CA3BE (or 0x8CA3BE) is known color: Rock Blue. HEX triplet: 8C, A3 and BE. RGB value is (140,163,190). Sum of RGB (Red+Green+Blue) = 140+163+190=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3BE is #735C41. Grayscale: #9F9F9F. Windows color (decimal): -7560258 or 12493708. OLE color: 12493708.

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

Color convert

RGB 140 163 190 -
CMYK 0.26 0.14 0 0.25
HSL 212.4º 0.28% 0.65% -
HSV(B) 212.4º 0.26% 0.75% -
XYZ 33.21 35.49 53.81 -
YUV 159.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 140 163 190 0.26 0.14 0 0.25 212.4 0.28 0.65
Hex 8C A3 BE 1A E 0 19 D4 1C 41
Octal 214 243 276 32 16 0 31 324 34 101
Binary 10001100 10100011 10111110 11010 1110 0 11001 11010100 11100 1000001

Color Harmonies of #8CA3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA3BE

Black with #8CA3BE

Text Example


Text Example

White with #8CA3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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