Html Css Color HEX #9299BC Rock Blue

📋 copy color: '#9299BC'

red 146 ◦ green 153 ◦ blue 188

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

Shades of Rock Blue #9299BC

Tints of Rock Blue #9299BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 29.98%
G = 31.42%
B = 38.6%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9299BC (or 0x9299BC) is known color: Rock Blue. HEX triplet: 92, 99 and BC. RGB value is (146,153,188). Sum of RGB (Red+Green+Blue) = 146+153+188=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #9299BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299BC is #6D6643. Grayscale: #9A9A9A. Windows color (decimal): -7169604 or 12360082. OLE color: 12360082.

HSL color Cylindrical-coordinate representation of color #9299BC: hue angle of 230º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9299BC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 153 188 -
CMYK 0.22 0.19 0 0.26
HSL 230º 0.24% 0.65% -
HSV(B) 230º 0.22% 0.74% -
XYZ 32.32 32.52 52.15 -
YUV 154.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 146 153 188 0.22 0.19 0 0.26 230 0.24 0.65
Hex 92 99 BC 16 13 0 1A E6 18 41
Octal 222 231 274 26 23 0 32 346 30 101
Binary 10010010 10011001 10111100 10110 10011 0 11010 11100110 11000 1000001

Color Harmonies of #9299BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9299BC

Black with #9299BC

Text Example


Text Example

White with #9299BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9299BC; }

 p { color: rgb(146,153,188); }

 H1.HeaderClassName
 {
   color: #9299BC;
 }
 .AnyTagClassName
 {
   color: #9299BC;
 }
</style>

background-color css

<style>
 a { background-color: #9299BC; }

 a { background-color: rgb(146,153,188); }

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

border-color css

<style>
 span { border-color: #9299BC; }

 span { border-color: rgb(146,153,188); }

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