Html Css Color HEX #8BA4BE Rock Blue

📋 copy color: '#8BA4BE'

red 139 ◦ green 164 ◦ blue 190

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

Shades of Rock Blue #8BA4BE

Tints of Rock Blue #8BA4BE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.27%

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

R = 28.19%
G = 33.27%
B = 38.54%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8BA4BE (or 0x8BA4BE) is known color: Rock Blue. HEX triplet: 8B, A4 and BE. RGB value is (139,164,190). Sum of RGB (Red+Green+Blue) = 139+164+190=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4BE is #745B41. Grayscale: #9F9F9F. Windows color (decimal): -7625538 or 12493963. OLE color: 12493963.

HSL color Cylindrical-coordinate representation of color #8BA4BE: hue angle of 210.59º 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 #8BA4BE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 164 190 -
CMYK 0.27 0.14 0 0.25
HSL 210.59º 0.28% 0.65% -
HSV(B) 210.59º 0.27% 0.75% -
XYZ 33.22 35.76 53.87 -
YUV 159.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 139 164 190 0.27 0.14 0 0.25 210.59 0.28 0.65
Hex 8B A4 BE 1B E 0 19 D3 1C 41
Octal 213 244 276 33 16 0 31 323 34 101
Binary 10001011 10100100 10111110 11011 1110 0 11001 11010011 11100 1000001

Color Harmonies of #8BA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA4BE

Black with #8BA4BE

Text Example


Text Example

White with #8BA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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