Html Css Color HEX #8C9BBC Rock Blue

📋 copy color: '#8C9BBC'

red 140 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #8C9BBC

Tints of Rock Blue #8C9BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

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

R = 28.99%
G = 32.09%
B = 38.92%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C9BBC (or 0x8C9BBC) is known color: Rock Blue. HEX triplet: 8C, 9B and BC. RGB value is (140,155,188). Sum of RGB (Red+Green+Blue) = 140+155+188=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BBC is #736443. Grayscale: #9A9A9A. Windows color (decimal): -7562308 or 12360588. OLE color: 12360588.

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

Color convert

RGB 140 155 188 -
CMYK 0.26 0.18 0 0.26
HSL 221.25º 0.26% 0.64% -
HSV(B) 221.25º 0.26% 0.74% -
XYZ 31.61 32.65 52.21 -
YUV 154.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 140 155 188 0.26 0.18 0 0.26 221.25 0.26 0.64
Hex 8C 9B BC 1A 12 0 1A DD 1A 40
Octal 214 233 274 32 22 0 32 335 32 100
Binary 10001100 10011011 10111100 11010 10010 0 11010 11011101 11010 1000000

Color Harmonies of #8C9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9BBC

Black with #8C9BBC

Text Example


Text Example

White with #8C9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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