Html Css Color HEX #9298B5 Rock Blue

📋 copy color: '#9298B5'

red 146 ◦ green 152 ◦ blue 181

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

Shades of Rock Blue #9298B5

Tints of Rock Blue #9298B5

RGB

 RED value IS 146 (57.42% from 255) = 30.48%

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

 BLUE value IS 181 (71.09% from 255) = 37.79%

R = 30.48%
G = 31.73%
B = 37.79%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9298B5 (or 0x9298B5) is known color: Rock Blue. HEX triplet: 92, 98 and B5. RGB value is (146,152,181). Sum of RGB (Red+Green+Blue) = 146+152+181=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #9298B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298B5 is #6D674A. Grayscale: #999999. Windows color (decimal): -7169867 or 11901074. OLE color: 11901074.

HSL color Cylindrical-coordinate representation of color #9298B5: hue angle of 229.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9298B5 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 152 181 -
CMYK 0.19 0.16 0 0.29
HSL 229.71º 0.19% 0.64% -
HSV(B) 229.71º 0.19% 0.71% -
XYZ 31.42 31.9 48.22 -
YUV 153.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 146 152 181 0.19 0.16 0 0.29 229.71 0.19 0.64
Hex 92 98 B5 13 10 0 1D E6 13 40
Octal 222 230 265 23 20 0 35 346 23 100
Binary 10010010 10011000 10110101 10011 10000 0 11101 11100110 10011 1000000

Color Harmonies of #9298B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9298B5

Black with #9298B5

Text Example


Text Example

White with #9298B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9298B5; }

 p { color: rgb(146,152,181); }

 H1.HeaderClassName
 {
   color: #9298B5;
 }
 .AnyTagClassName
 {
   color: #9298B5;
 }
</style>

background-color css

<style>
 a { background-color: #9298B5; }

 a { background-color: rgb(146,152,181); }

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

border-color css

<style>
 span { border-color: #9298B5; }

 span { border-color: rgb(146,152,181); }

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