Html Css Color HEX #929EBA Rock Blue

📋 copy color: '#929EBA'

red 146 ◦ green 158 ◦ blue 186

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

Shades of Rock Blue #929EBA

Tints of Rock Blue #929EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 29.8%
G = 32.24%
B = 37.96%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#929EBA (or 0x929EBA) is known color: Rock Blue. HEX triplet: 92, 9E and BA. RGB value is (146,158,186). Sum of RGB (Red+Green+Blue) = 146+158+186=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #929EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EBA is #6D6145. Grayscale: #9D9D9D. Windows color (decimal): -7168326 or 12230290. OLE color: 12230290.

HSL color Cylindrical-coordinate representation of color #929EBA: hue angle of 222º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #929EBA is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 158 186 -
CMYK 0.22 0.15 0 0.27
HSL 222º 0.22% 0.65% -
HSV(B) 222º 0.22% 0.73% -
XYZ 32.94 34.11 51.3 -
YUV 157.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 146 158 186 0.22 0.15 0 0.27 222 0.22 0.65
Hex 92 9E BA 16 F 0 1B DE 16 41
Octal 222 236 272 26 17 0 33 336 26 101
Binary 10010010 10011110 10111010 10110 1111 0 11011 11011110 10110 1000001

Color Harmonies of #929EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929EBA

Black with #929EBA

Text Example


Text Example

White with #929EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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