Html Css Color HEX #8298BB Rock Blue

📋 copy color: '#8298BB'

red 130 ◦ green 152 ◦ blue 187

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

Shades of Rock Blue #8298BB

Tints of Rock Blue #8298BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 27.72%
G = 32.41%
B = 39.87%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8298BB (or 0x8298BB) is known color: Rock Blue. HEX triplet: 82, 98 and BB. RGB value is (130,152,187). Sum of RGB (Red+Green+Blue) = 130+152+187=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #8298BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298BB is #7D6744. Grayscale: #959595. Windows color (decimal): -8218437 or 12294274. OLE color: 12294274.

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

Color convert

RGB 130 152 187 -
CMYK 0.30 0.19 0 0.27
HSL 216.84º 0.3% 0.62% -
HSV(B) 216.84º 0.3% 0.73% -
XYZ 29.4 30.79 51.41 -
YUV 149.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 130 152 187 0.30 0.19 0 0.27 216.84 0.3 0.62
Hex 82 98 BB 1E 13 0 1B D9 1E 3E
Octal 202 230 273 36 23 0 33 331 36 76
Binary 10000010 10011000 10111011 11110 10011 0 11011 11011001 11110 111110

Color Harmonies of #8298BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8298BB

Black with #8298BB

Text Example


Text Example

White with #8298BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8298BB; }

 p { color: rgb(130,152,187); }

 H1.HeaderClassName
 {
   color: #8298BB;
 }
 .AnyTagClassName
 {
   color: #8298BB;
 }
</style>

background-color css

<style>
 a { background-color: #8298BB; }

 a { background-color: rgb(130,152,187); }

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

border-color css

<style>
 span { border-color: #8298BB; }

 span { border-color: rgb(130,152,187); }

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