Html Css Color HEX #8098BA Rock Blue

📋 copy color: '#8098BA'

red 128 ◦ green 152 ◦ blue 186

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

Shades of Rock Blue #8098BA

Tints of Rock Blue #8098BA

RGB

 RED value IS 128 (50.39% from 255) = 27.47%

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

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

R = 27.47%
G = 32.62%
B = 39.91%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8098BA (or 0x8098BA) is known color: Rock Blue. HEX triplet: 80, 98 and BA. RGB value is (128,152,186). Sum of RGB (Red+Green+Blue) = 128+152+186=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8098BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098BA is #7F6745. Grayscale: #949494. Windows color (decimal): -8349510 or 12228736. OLE color: 12228736.

HSL color Cylindrical-coordinate representation of color #8098BA: hue angle of 215.17º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8098BA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 152 186 -
CMYK 0.31 0.18 0 0.27
HSL 215.17º 0.3% 0.62% -
HSV(B) 215.17º 0.31% 0.73% -
XYZ 28.99 30.59 50.83 -
YUV 148.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 128 152 186 0.31 0.18 0 0.27 215.17 0.3 0.62
Hex 80 98 BA 1F 12 0 1B D7 1E 3E
Octal 200 230 272 37 22 0 33 327 36 76
Binary 10000000 10011000 10111010 11111 10010 0 11011 11010111 11110 111110

Color Harmonies of #8098BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8098BA

Black with #8098BA

Text Example


Text Example

White with #8098BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8098BA; }

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

 H1.HeaderClassName
 {
   color: #8098BA;
 }
 .AnyTagClassName
 {
   color: #8098BA;
 }
</style>

background-color css

<style>
 a { background-color: #8098BA; }

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

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

border-color css

<style>
 span { border-color: #8098BA; }

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

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