Html Css Color HEX #8B9FBC Rock Blue

📋 copy color: '#8B9FBC'

red 139 ◦ green 159 ◦ blue 188

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

Shades of Rock Blue #8B9FBC

Tints of Rock Blue #8B9FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.72%

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

R = 28.6%
G = 32.72%
B = 38.68%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8B9FBC (or 0x8B9FBC) is known color: Rock Blue. HEX triplet: 8B, 9F and BC. RGB value is (139,159,188). Sum of RGB (Red+Green+Blue) = 139+159+188=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FBC is #746043. Grayscale: #9C9C9C. Windows color (decimal): -7626820 or 12361611. OLE color: 12361611.

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

Color convert

RGB 139 159 188 -
CMYK 0.26 0.15 0 0.26
HSL 215.51º 0.27% 0.64% -
HSV(B) 215.51º 0.26% 0.74% -
XYZ 32.12 33.92 52.43 -
YUV 156.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 139 159 188 0.26 0.15 0 0.26 215.51 0.27 0.64
Hex 8B 9F BC 1A F 0 1A D8 1B 40
Octal 213 237 274 32 17 0 32 330 33 100
Binary 10001011 10011111 10111100 11010 1111 0 11010 11011000 11011 1000000

Color Harmonies of #8B9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9FBC

Black with #8B9FBC

Text Example


Text Example

White with #8B9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,159,188); }

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

background-color css

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

 a { background-color: rgb(139,159,188); }

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

border-color css

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

 span { border-color: rgb(139,159,188); }

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