Html Css Color HEX #8B9EBD Rock Blue

📋 copy color: '#8B9EBD'

red 139 ◦ green 158 ◦ blue 189

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

Shades of Rock Blue #8B9EBD

Tints of Rock Blue #8B9EBD

RGB

 RED value IS 139 (54.69% from 255) = 28.6%

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

 BLUE value IS 189 (74.22% from 255) = 38.89%

R = 28.6%
G = 32.51%
B = 38.89%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8B9EBD (or 0x8B9EBD) is known color: Rock Blue. HEX triplet: 8B, 9E and BD. RGB value is (139,158,189). Sum of RGB (Red+Green+Blue) = 139+158+189=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B9EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9EBD is #746142. Grayscale: #9B9B9B. Windows color (decimal): -7627075 or 12426891. OLE color: 12426891.

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

Color convert

RGB 139 158 189 -
CMYK 0.26 0.16 0 0.26
HSL 217.2º 0.27% 0.64% -
HSV(B) 217.2º 0.26% 0.74% -
XYZ 32.06 33.62 52.94 -
YUV 155.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 139 158 189 0.26 0.16 0 0.26 217.2 0.27 0.64
Hex 8B 9E BD 1A 10 0 1A D9 1B 40
Octal 213 236 275 32 20 0 32 331 33 100
Binary 10001011 10011110 10111101 11010 10000 0 11010 11011001 11011 1000000

Color Harmonies of #8B9EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9EBD

Black with #8B9EBD

Text Example


Text Example

White with #8B9EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,158,189); }

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

background-color css

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

 a { background-color: rgb(139,158,189); }

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

border-color css

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

 span { border-color: rgb(139,158,189); }

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