Html Css Color HEX #8B98BA Rock Blue

📋 copy color: '#8B98BA'

red 139 ◦ green 152 ◦ blue 186

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

Shades of Rock Blue #8B98BA

Tints of Rock Blue #8B98BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.87%

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

R = 29.14%
G = 31.87%
B = 38.99%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B98BA (or 0x8B98BA) is known color: Rock Blue. HEX triplet: 8B, 98 and BA. RGB value is (139,152,186). Sum of RGB (Red+Green+Blue) = 139+152+186=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98BA is #746745. Grayscale: #979797. Windows color (decimal): -7628614 or 12228747. OLE color: 12228747.

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

Color convert

RGB 139 152 186 -
CMYK 0.25 0.18 0 0.27
HSL 223.4º 0.25% 0.64% -
HSV(B) 223.4º 0.25% 0.73% -
XYZ 30.74 31.49 50.91 -
YUV 151.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 139 152 186 0.25 0.18 0 0.27 223.4 0.25 0.64
Hex 8B 98 BA 19 12 0 1B DF 19 40
Octal 213 230 272 31 22 0 33 337 31 100
Binary 10001011 10011000 10111010 11001 10010 0 11011 11011111 11001 1000000

Color Harmonies of #8B98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B98BA

Black with #8B98BA

Text Example


Text Example

White with #8B98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,152,186); }

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

background-color css

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

 a { background-color: rgb(139,152,186); }

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

border-color css

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

 span { border-color: rgb(139,152,186); }

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