Html Css Color HEX #8298C1 Rock Blue

📋 copy color: '#8298C1'

red 130 ◦ green 152 ◦ blue 193

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

Shades of Rock Blue #8298C1

Tints of Rock Blue #8298C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 27.37%
G = 32%
B = 40.63%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8298C1 (or 0x8298C1) is known color: Rock Blue. HEX triplet: 82, 98 and C1. RGB value is (130,152,193). Sum of RGB (Red+Green+Blue) = 130+152+193=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #8298C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298C1 is #7D673E. Grayscale: #959595. Windows color (decimal): -8218431 or 12687490. OLE color: 12687490.

HSL color Cylindrical-coordinate representation of color #8298C1: hue angle of 219.05º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8298C1 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 152 193 -
CMYK 0.33 0.21 0 0.24
HSL 219.05º 0.34% 0.63% -
HSV(B) 219.05º 0.33% 0.76% -
XYZ 30.06 31.05 54.86 -
YUV 150.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 130 152 193 0.33 0.21 0 0.24 219.05 0.34 0.63
Hex 82 98 C1 21 15 0 18 DB 22 3F
Octal 202 230 301 41 25 0 30 333 42 77
Binary 10000010 10011000 11000001 100001 10101 0 11000 11011011 100010 111111

Color Harmonies of #8298C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8298C1

Black with #8298C1

Text Example


Text Example

White with #8298C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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