Html Css Color HEX #8CA3BC Rock Blue

📋 copy color: '#8CA3BC'

red 140 ◦ green 163 ◦ blue 188

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

Shades of Rock Blue #8CA3BC

Tints of Rock Blue #8CA3BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 28.51%
G = 33.2%
B = 38.29%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CA3BC (or 0x8CA3BC) is known color: Rock Blue. HEX triplet: 8C, A3 and BC. RGB value is (140,163,188). Sum of RGB (Red+Green+Blue) = 140+163+188=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3BC is #735C43. Grayscale: #9E9E9E. Windows color (decimal): -7560260 or 12362636. OLE color: 12362636.

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

Color convert

RGB 140 163 188 -
CMYK 0.26 0.13 0 0.26
HSL 211.25º 0.26% 0.64% -
HSV(B) 211.25º 0.26% 0.74% -
XYZ 32.99 35.4 52.67 -
YUV 158.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 140 163 188 0.26 0.13 0 0.26 211.25 0.26 0.64
Hex 8C A3 BC 1A D 0 1A D3 1A 40
Octal 214 243 274 32 15 0 32 323 32 100
Binary 10001100 10100011 10111100 11010 1101 0 11010 11010011 11010 1000000

Color Harmonies of #8CA3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA3BC

Black with #8CA3BC

Text Example


Text Example

White with #8CA3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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