Html Css Color HEX #8098B7 Rock Blue

📋 copy color: '#8098B7'

red 128 ◦ green 152 ◦ blue 183

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

Shades of Rock Blue #8098B7

Tints of Rock Blue #8098B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 27.65%
G = 32.83%
B = 39.52%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8098B7 (or 0x8098B7) is known color: Rock Blue. HEX triplet: 80, 98 and B7. RGB value is (128,152,183). Sum of RGB (Red+Green+Blue) = 128+152+183=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #8098B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098B7 is #7F6748. Grayscale: #949494. Windows color (decimal): -8349513 or 12032128. OLE color: 12032128.

HSL color Cylindrical-coordinate representation of color #8098B7: hue angle of 213.82º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8098B7 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 152 183 -
CMYK 0.30 0.17 0 0.28
HSL 213.82º 0.28% 0.61% -
HSV(B) 213.82º 0.3% 0.72% -
XYZ 28.68 30.46 49.17 -
YUV 148.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 128 152 183 0.30 0.17 0 0.28 213.82 0.28 0.61
Hex 80 98 B7 1E 11 0 1C D6 1C 3D
Octal 200 230 267 36 21 0 34 326 34 75
Binary 10000000 10011000 10110111 11110 10001 0 11100 11010110 11100 111101

Color Harmonies of #8098B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8098B7

Black with #8098B7

Text Example


Text Example

White with #8098B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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