Html Css Color HEX #8E96BC Rock Blue

📋 copy color: '#8E96BC'

red 142 ◦ green 150 ◦ blue 188

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

Shades of Rock Blue #8E96BC

Tints of Rock Blue #8E96BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.25%

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

R = 29.58%
G = 31.25%
B = 39.17%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E96BC (or 0x8E96BC) is known color: Rock Blue. HEX triplet: 8E, 96 and BC. RGB value is (142,150,188). Sum of RGB (Red+Green+Blue) = 142+150+188=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96BC is #716943. Grayscale: #979797. Windows color (decimal): -7432516 or 12359310. OLE color: 12359310.

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

Color convert

RGB 142 150 188 -
CMYK 0.24 0.20 0 0.26
HSL 229.57º 0.26% 0.65% -
HSV(B) 229.57º 0.24% 0.74% -
XYZ 31.14 31.19 51.96 -
YUV 151.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 142 150 188 0.24 0.20 0 0.26 229.57 0.26 0.65
Hex 8E 96 BC 18 14 0 1A E6 1A 41
Octal 216 226 274 30 24 0 32 346 32 101
Binary 10001110 10010110 10111100 11000 10100 0 11010 11100110 11010 1000001

Color Harmonies of #8E96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E96BC

Black with #8E96BC

Text Example


Text Example

White with #8E96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,188); }

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

background-color css

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

 a { background-color: rgb(142,150,188); }

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

border-color css

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

 span { border-color: rgb(142,150,188); }

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