Html Css Color HEX #8C9EBA Rock Blue

📋 copy color: '#8C9EBA'

red 140 ◦ green 158 ◦ blue 186

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

Shades of Rock Blue #8C9EBA

Tints of Rock Blue #8C9EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.64%

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 28.93%
G = 32.64%
B = 38.43%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C9EBA (or 0x8C9EBA) is known color: Rock Blue. HEX triplet: 8C, 9E and BA. RGB value is (140,158,186). Sum of RGB (Red+Green+Blue) = 140+158+186=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9EBA is #736145. Grayscale: #9B9B9B. Windows color (decimal): -7561542 or 12230284. OLE color: 12230284.

HSL color Cylindrical-coordinate representation of color #8C9EBA: hue angle of 216.52º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C9EBA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 158 186 -
CMYK 0.25 0.15 0 0.27
HSL 216.52º 0.25% 0.64% -
HSV(B) 216.52º 0.25% 0.73% -
XYZ 31.91 33.57 51.25 -
YUV 155.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 140 158 186 0.25 0.15 0 0.27 216.52 0.25 0.64
Hex 8C 9E BA 19 F 0 1B D9 19 40
Octal 214 236 272 31 17 0 33 331 31 100
Binary 10001100 10011110 10111010 11001 1111 0 11011 11011001 11001 1000000

Color Harmonies of #8C9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9EBA

Black with #8C9EBA

Text Example


Text Example

White with #8C9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,158,186); }

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

background-color css

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

 a { background-color: rgb(140,158,186); }

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

border-color css

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

 span { border-color: rgb(140,158,186); }

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