Html Css Color HEX #8BA0BE Rock Blue

📋 copy color: '#8BA0BE'

red 139 ◦ green 160 ◦ blue 190

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

Shades of Rock Blue #8BA0BE

Tints of Rock Blue #8BA0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.72%

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 28.43%
G = 32.72%
B = 38.85%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8BA0BE (or 0x8BA0BE) is known color: Rock Blue. HEX triplet: 8B, A0 and BE. RGB value is (139,160,190). Sum of RGB (Red+Green+Blue) = 139+160+190=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0BE is #745F41. Grayscale: #9D9D9D. Windows color (decimal): -7626562 or 12492939. OLE color: 12492939.

HSL color Cylindrical-coordinate representation of color #8BA0BE: hue angle of 215.29º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA0BE is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 160 190 -
CMYK 0.27 0.16 0 0.25
HSL 215.29º 0.28% 0.65% -
HSV(B) 215.29º 0.27% 0.75% -
XYZ 32.51 34.35 53.63 -
YUV 157.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 139 160 190 0.27 0.16 0 0.25 215.29 0.28 0.65
Hex 8B A0 BE 1B 10 0 19 D7 1C 41
Octal 213 240 276 33 20 0 31 327 34 101
Binary 10001011 10100000 10111110 11011 10000 0 11001 11010111 11100 1000001

Color Harmonies of #8BA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA0BE

Black with #8BA0BE

Text Example


Text Example

White with #8BA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,160,190); }

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

background-color css

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

 a { background-color: rgb(139,160,190); }

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

border-color css

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

 span { border-color: rgb(139,160,190); }

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