Html Css Color HEX #929BBB Rock Blue

📋 copy color: '#929BBB'

red 146 ◦ green 155 ◦ blue 187

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

Shades of Rock Blue #929BBB

Tints of Rock Blue #929BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.76%

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 29.92%
G = 31.76%
B = 38.32%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#929BBB (or 0x929BBB) is known color: Rock Blue. HEX triplet: 92, 9B and BB. RGB value is (146,155,187). Sum of RGB (Red+Green+Blue) = 146+155+187=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #929BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BBB is #6D6444. Grayscale: #9B9B9B. Windows color (decimal): -7169093 or 12295058. OLE color: 12295058.

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

Color convert

RGB 146 155 187 -
CMYK 0.22 0.17 0 0.27
HSL 226.83º 0.23% 0.65% -
HSV(B) 226.83º 0.22% 0.73% -
XYZ 32.55 33.14 51.7 -
YUV 155.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 146 155 187 0.22 0.17 0 0.27 226.83 0.23 0.65
Hex 92 9B BB 16 11 0 1B E3 17 41
Octal 222 233 273 26 21 0 33 343 27 101
Binary 10010010 10011011 10111011 10110 10001 0 11011 11100011 10111 1000001

Color Harmonies of #929BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929BBB

Black with #929BBB

Text Example


Text Example

White with #929BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,155,187); }

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

background-color css

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

 a { background-color: rgb(146,155,187); }

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

border-color css

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

 span { border-color: rgb(146,155,187); }

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