Html Css Color HEX #929AB5 Rock Blue

📋 copy color: '#929AB5'

red 146 ◦ green 154 ◦ blue 181

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

Shades of Rock Blue #929AB5

Tints of Rock Blue #929AB5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

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

R = 30.35%
G = 32.02%
B = 37.63%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#929AB5 (or 0x929AB5) is known color: Rock Blue. HEX triplet: 92, 9A and B5. RGB value is (146,154,181). Sum of RGB (Red+Green+Blue) = 146+154+181=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #929AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AB5 is #6D654A. Grayscale: #9A9A9A. Windows color (decimal): -7169355 or 11901586. OLE color: 11901586.

HSL color Cylindrical-coordinate representation of color #929AB5: hue angle of 226.29º 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 #929AB5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 154 181 -
CMYK 0.19 0.15 0 0.29
HSL 226.29º 0.19% 0.64% -
HSV(B) 226.29º 0.19% 0.71% -
XYZ 31.75 32.56 48.33 -
YUV 154.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 146 154 181 0.19 0.15 0 0.29 226.29 0.19 0.64
Hex 92 9A B5 13 F 0 1D E2 13 40
Octal 222 232 265 23 17 0 35 342 23 100
Binary 10010010 10011010 10110101 10011 1111 0 11101 11100010 10011 1000000

Color Harmonies of #929AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929AB5

Black with #929AB5

Text Example


Text Example

White with #929AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929AB5; }

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

 H1.HeaderClassName
 {
   color: #929AB5;
 }
 .AnyTagClassName
 {
   color: #929AB5;
 }
</style>

background-color css

<style>
 a { background-color: #929AB5; }

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

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

border-color css

<style>
 span { border-color: #929AB5; }

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

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