Html Css Color HEX #9BA4B9 Rock Blue

📋 copy color: '#9BA4B9'

red 155 ◦ green 164 ◦ blue 185

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

Shades of Rock Blue #9BA4B9

Tints of Rock Blue #9BA4B9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.54%

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

R = 30.75%
G = 32.54%
B = 36.71%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BA4B9 (or 0x9BA4B9) is known color: Rock Blue. HEX triplet: 9B, A4 and B9. RGB value is (155,164,185). Sum of RGB (Red+Green+Blue) = 155+164+185=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: blue. Hex color #9BA4B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4B9 is #645B46. Grayscale: #A3A3A3. Windows color (decimal): -6576967 or 12166299. OLE color: 12166299.

HSL color Cylindrical-coordinate representation of color #9BA4B9: hue angle of 222º 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 #9BA4B9 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 164 185 -
CMYK 0.16 0.11 0 0.27
HSL 222º 0.18% 0.67% -
HSV(B) 222º 0.16% 0.73% -
XYZ 35.55 37.02 51.17 -
YUV 163.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 155 164 185 0.16 0.11 0 0.27 222 0.18 0.67
Hex 9B A4 B9 10 B 0 1B DE 12 43
Octal 233 244 271 20 13 0 33 336 22 103
Binary 10011011 10100100 10111001 10000 1011 0 11011 11011110 10010 1000011

Color Harmonies of #9BA4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA4B9

Black with #9BA4B9

Text Example


Text Example

White with #9BA4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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