Html Css Color HEX #929ABE Rock Blue

📋 copy color: '#929ABE'

red 146 ◦ green 154 ◦ blue 190

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

Shades of Rock Blue #929ABE

Tints of Rock Blue #929ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 29.8%
G = 31.43%
B = 38.78%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#929ABE (or 0x929ABE) is known color: Rock Blue. HEX triplet: 92, 9A and BE. RGB value is (146,154,190). Sum of RGB (Red+Green+Blue) = 146+154+190=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #929ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ABE is #6D6541. Grayscale: #9B9B9B. Windows color (decimal): -7169346 or 12491410. OLE color: 12491410.

HSL color Cylindrical-coordinate representation of color #929ABE: hue angle of 229.09º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929ABE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 154 190 -
CMYK 0.23 0.19 0 0.25
HSL 229.09º 0.25% 0.66% -
HSV(B) 229.09º 0.23% 0.75% -
XYZ 32.7 32.94 53.35 -
YUV 155.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 146 154 190 0.23 0.19 0 0.25 229.09 0.25 0.66
Hex 92 9A BE 17 13 0 19 E5 19 42
Octal 222 232 276 27 23 0 31 345 31 102
Binary 10010010 10011010 10111110 10111 10011 0 11001 11100101 11001 1000010

Color Harmonies of #929ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929ABE

Black with #929ABE

Text Example


Text Example

White with #929ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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