Html Css Color HEX #9BA2B9 Rock Blue

📋 copy color: '#9BA2B9'

red 155 ◦ green 162 ◦ blue 185

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

Shades of Rock Blue #9BA2B9

Tints of Rock Blue #9BA2B9

RGB

 RED value IS 155 (60.94% from 255) = 30.88%

 GREEN value IS 162 (63.67% from 255) = 32.27%

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 30.88%
G = 32.27%
B = 36.85%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BA2B9 (or 0x9BA2B9) is known color: Rock Blue. HEX triplet: 9B, A2 and B9. RGB value is (155,162,185). Sum of RGB (Red+Green+Blue) = 155+162+185=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #9BA2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2B9 is #645D46. Grayscale: #A2A2A2. Windows color (decimal): -6577479 or 12165787. OLE color: 12165787.

HSL color Cylindrical-coordinate representation of color #9BA2B9: hue angle of 226º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BA2B9 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 162 185 -
CMYK 0.16 0.12 0 0.27
HSL 226º 0.18% 0.67% -
HSV(B) 226º 0.16% 0.73% -
XYZ 35.19 36.31 51.05 -
YUV 162.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 155 162 185 0.16 0.12 0 0.27 226 0.18 0.67
Hex 9B A2 B9 10 C 0 1B E2 12 43
Octal 233 242 271 20 14 0 33 342 22 103
Binary 10011011 10100010 10111001 10000 1100 0 11011 11100010 10010 1000011

Color Harmonies of #9BA2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA2B9

Black with #9BA2B9

Text Example


Text Example

White with #9BA2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA2B9; }

 p { color: rgb(155,162,185); }

 H1.HeaderClassName
 {
   color: #9BA2B9;
 }
 .AnyTagClassName
 {
   color: #9BA2B9;
 }
</style>

background-color css

<style>
 a { background-color: #9BA2B9; }

 a { background-color: rgb(155,162,185); }

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

border-color css

<style>
 span { border-color: #9BA2B9; }

 span { border-color: rgb(155,162,185); }

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