Html Css Color HEX #8E9DBF Rock Blue

📋 copy color: '#8E9DBF'

red 142 ◦ green 157 ◦ blue 191

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

Shades of Rock Blue #8E9DBF

Tints of Rock Blue #8E9DBF

RGB

 RED value IS 142 (55.86% from 255) = 28.98%

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

 BLUE value IS 191 (75% from 255) = 38.98%

R = 28.98%
G = 32.04%
B = 38.98%

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

#8E9DBF (or 0x8E9DBF) is known color: Rock Blue. HEX triplet: 8E, 9D and BF. RGB value is (142,157,191). Sum of RGB (Red+Green+Blue) = 142+157+191=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9DBF is #716240. Grayscale: #9C9C9C. Windows color (decimal): -7430721 or 12557710. OLE color: 12557710.

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

Color convert

RGB 142 157 191 -
CMYK 0.26 0.18 0 0.25
HSL 221.63º 0.28% 0.65% -
HSV(B) 221.63º 0.26% 0.75% -
XYZ 32.62 33.63 54.06 -
YUV 156.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 142 157 191 0.26 0.18 0 0.25 221.63 0.28 0.65
Hex 8E 9D BF 1A 12 0 19 DE 1C 41
Octal 216 235 277 32 22 0 31 336 34 101
Binary 10001110 10011101 10111111 11010 10010 0 11001 11011110 11100 1000001

Color Harmonies of #8E9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9DBF

Black with #8E9DBF

Text Example


Text Example

White with #8E9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,157,191); }

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

background-color css

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

 a { background-color: rgb(142,157,191); }

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

border-color css

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

 span { border-color: rgb(142,157,191); }

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