Html Css Color HEX #8C9CBE Rock Blue

📋 copy color: '#8C9CBE'

red 140 ◦ green 156 ◦ blue 190

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

Shades of Rock Blue #8C9CBE

Tints of Rock Blue #8C9CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

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

R = 28.81%
G = 32.1%
B = 39.09%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C9CBE (or 0x8C9CBE) is known color: Rock Blue. HEX triplet: 8C, 9C and BE. RGB value is (140,156,190). Sum of RGB (Red+Green+Blue) = 140+156+190=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CBE is #736341. Grayscale: #9A9A9A. Windows color (decimal): -7562050 or 12491916. OLE color: 12491916.

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

Color convert

RGB 140 156 190 -
CMYK 0.26 0.18 0 0.25
HSL 220.8º 0.28% 0.65% -
HSV(B) 220.8º 0.26% 0.75% -
XYZ 32 33.07 53.41 -
YUV 155.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 140 156 190 0.26 0.18 0 0.25 220.8 0.28 0.65
Hex 8C 9C BE 1A 12 0 19 DD 1C 41
Octal 214 234 276 32 22 0 31 335 34 101
Binary 10001100 10011100 10111110 11010 10010 0 11001 11011101 11100 1000001

Color Harmonies of #8C9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CBE

Black with #8C9CBE

Text Example


Text Example

White with #8C9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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