Html Css Color HEX #8C9DBE Rock Blue

📋 copy color: '#8C9DBE'

red 140 ◦ green 157 ◦ blue 190

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

Shades of Rock Blue #8C9DBE

Tints of Rock Blue #8C9DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.24%

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

R = 28.75%
G = 32.24%
B = 39.01%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C9DBE (or 0x8C9DBE) is known color: Rock Blue. HEX triplet: 8C, 9D and BE. RGB value is (140,157,190). Sum of RGB (Red+Green+Blue) = 140+157+190=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DBE is #736241. Grayscale: #9B9B9B. Windows color (decimal): -7561794 or 12492172. OLE color: 12492172.

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

Color convert

RGB 140 157 190 -
CMYK 0.26 0.17 0 0.25
HSL 219.6º 0.28% 0.65% -
HSV(B) 219.6º 0.26% 0.75% -
XYZ 32.17 33.41 53.47 -
YUV 155.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 140 157 190 0.26 0.17 0 0.25 219.6 0.28 0.65
Hex 8C 9D BE 1A 11 0 19 DC 1C 41
Octal 214 235 276 32 21 0 31 334 34 101
Binary 10001100 10011101 10111110 11010 10001 0 11001 11011100 11100 1000001

Color Harmonies of #8C9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DBE

Black with #8C9DBE

Text Example


Text Example

White with #8C9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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