Html Css Color HEX #8299B8 Rock Blue

📋 copy color: '#8299B8'

red 130 ◦ green 153 ◦ blue 184

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

Shades of Rock Blue #8299B8

Tints of Rock Blue #8299B8

RGB

 RED value IS 130 (51.17% from 255) = 27.84%

 GREEN value IS 153 (60.16% from 255) = 32.76%

 BLUE value IS 184 (72.27% from 255) = 39.4%

R = 27.84%
G = 32.76%
B = 39.4%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8299B8 (or 0x8299B8) is known color: Rock Blue. HEX triplet: 82, 99 and B8. RGB value is (130,153,184). Sum of RGB (Red+Green+Blue) = 130+153+184=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 184 - color contains mainly: blue. Hex color #8299B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299B8 is #7D6647. Grayscale: #959595. Windows color (decimal): -8218184 or 12097922. OLE color: 12097922.

HSL color Cylindrical-coordinate representation of color #8299B8: hue angle of 214.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8299B8 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 153 184 -
CMYK 0.29 0.17 0 0.28
HSL 214.44º 0.28% 0.62% -
HSV(B) 214.44º 0.29% 0.72% -
XYZ 29.25 30.99 49.79 -
YUV 149.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 130 153 184 0.29 0.17 0 0.28 214.44 0.28 0.62
Hex 82 99 B8 1D 11 0 1C D6 1C 3E
Octal 202 231 270 35 21 0 34 326 34 76
Binary 10000010 10011001 10111000 11101 10001 0 11100 11010110 11100 111110

Color Harmonies of #8299B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8299B8

Black with #8299B8

Text Example


Text Example

White with #8299B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8299B8; }

 p { color: rgb(130,153,184); }

 H1.HeaderClassName
 {
   color: #8299B8;
 }
 .AnyTagClassName
 {
   color: #8299B8;
 }
</style>

background-color css

<style>
 a { background-color: #8299B8; }

 a { background-color: rgb(130,153,184); }

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

border-color css

<style>
 span { border-color: #8299B8; }

 span { border-color: rgb(130,153,184); }

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