Html Css Color HEX #929EBE Rock Blue

📋 copy color: '#929EBE'

red 146 ◦ green 158 ◦ blue 190

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

Shades of Rock Blue #929EBE

Tints of Rock Blue #929EBE

RGB

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

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

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

R = 29.55%
G = 31.98%
B = 38.46%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#929EBE (or 0x929EBE) is known color: Rock Blue. HEX triplet: 92, 9E and BE. RGB value is (146,158,190). Sum of RGB (Red+Green+Blue) = 146+158+190=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #929EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EBE is #6D6141. Grayscale: #9D9D9D. Windows color (decimal): -7168322 or 12492434. OLE color: 12492434.

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

Color convert

RGB 146 158 190 -
CMYK 0.23 0.17 0 0.25
HSL 223.64º 0.25% 0.66% -
HSV(B) 223.64º 0.23% 0.75% -
XYZ 33.38 34.28 53.57 -
YUV 158.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 146 158 190 0.23 0.17 0 0.25 223.64 0.25 0.66
Hex 92 9E BE 17 11 0 19 E0 19 42
Octal 222 236 276 27 21 0 31 340 31 102
Binary 10010010 10011110 10111110 10111 10001 0 11001 11100000 11001 1000010

Color Harmonies of #929EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929EBE

Black with #929EBE

Text Example


Text Example

White with #929EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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