Html Css Color HEX #929CC0 Rock Blue

📋 copy color: '#929CC0'

red 146 ◦ green 156 ◦ blue 192

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

Shades of Rock Blue #929CC0

Tints of Rock Blue #929CC0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

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

R = 29.55%
G = 31.58%
B = 38.87%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#929CC0 (or 0x929CC0) is known color: Rock Blue. HEX triplet: 92, 9C and C0. RGB value is (146,156,192). Sum of RGB (Red+Green+Blue) = 146+156+192=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #929CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CC0 is #6D633F. Grayscale: #9C9C9C. Windows color (decimal): -7168832 or 12622994. OLE color: 12622994.

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

Color convert

RGB 146 156 192 -
CMYK 0.24 0.19 0 0.25
HSL 226.96º 0.27% 0.66% -
HSV(B) 226.96º 0.24% 0.75% -
XYZ 33.26 33.69 54.62 -
YUV 157.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 146 156 192 0.24 0.19 0 0.25 226.96 0.27 0.66
Hex 92 9C C0 18 13 0 19 E3 1B 42
Octal 222 234 300 30 23 0 31 343 33 102
Binary 10010010 10011100 11000000 11000 10011 0 11001 11100011 11011 1000010

Color Harmonies of #929CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929CC0

Black with #929CC0

Text Example


Text Example

White with #929CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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