Html Css Color HEX #929EC7 Rock Blue

📋 copy color: '#929EC7'

red 146 ◦ green 158 ◦ blue 199

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

Shades of Rock Blue #929EC7

Tints of Rock Blue #929EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.56%

R = 29.03%
G = 31.41%
B = 39.56%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#929EC7 (or 0x929EC7) is known color: Rock Blue. HEX triplet: 92, 9E and C7. RGB value is (146,158,199). Sum of RGB (Red+Green+Blue) = 146+158+199=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #929EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EC7 is #6D6138. Grayscale: #9E9E9E. Windows color (decimal): -7168313 or 13082258. OLE color: 13082258.

HSL color Cylindrical-coordinate representation of color #929EC7: hue angle of 226.42º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #929EC7 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 158 199 -
CMYK 0.27 0.21 0 0.22
HSL 226.42º 0.32% 0.68% -
HSV(B) 226.42º 0.27% 0.78% -
XYZ 34.39 34.69 58.92 -
YUV 159.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 146 158 199 0.27 0.21 0 0.22 226.42 0.32 0.68
Hex 92 9E C7 1B 15 0 16 E2 20 44
Octal 222 236 307 33 25 0 26 342 40 104
Binary 10010010 10011110 11000111 11011 10101 0 10110 11100010 100000 1000100

Color Harmonies of #929EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929EC7

Black with #929EC7

Text Example


Text Example

White with #929EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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