Html Css Color HEX #929EC0 Rock Blue

📋 copy color: '#929EC0'

red 146 ◦ green 158 ◦ blue 192

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

Shades of Rock Blue #929EC0

Tints of Rock Blue #929EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.85%

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 29.44%
G = 31.85%
B = 38.71%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#929EC0 (or 0x929EC0) is known color: Rock Blue. HEX triplet: 92, 9E and C0. RGB value is (146,158,192). Sum of RGB (Red+Green+Blue) = 146+158+192=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #929EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EC0 is #6D613F. Grayscale: #9E9E9E. Windows color (decimal): -7168320 or 12623506. OLE color: 12623506.

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

Color convert

RGB 146 158 192 -
CMYK 0.24 0.18 0 0.25
HSL 224.35º 0.27% 0.66% -
HSV(B) 224.35º 0.24% 0.75% -
XYZ 33.6 34.37 54.73 -
YUV 158.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 146 158 192 0.24 0.18 0 0.25 224.35 0.27 0.66
Hex 92 9E C0 18 12 0 19 E0 1B 42
Octal 222 236 300 30 22 0 31 340 33 102
Binary 10010010 10011110 11000000 11000 10010 0 11001 11100000 11011 1000010

Color Harmonies of #929EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929EC0

Black with #929EC0

Text Example


Text Example

White with #929EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,158,192); }

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

background-color css

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

 a { background-color: rgb(146,158,192); }

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

border-color css

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

 span { border-color: rgb(146,158,192); }

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