Html Css Color HEX #9BA1BC Rock Blue

📋 copy color: '#9BA1BC'

red 155 ◦ green 161 ◦ blue 188

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

Shades of Rock Blue #9BA1BC

Tints of Rock Blue #9BA1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.94%

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 30.75%
G = 31.94%
B = 37.3%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9BA1BC (or 0x9BA1BC) is known color: Rock Blue. HEX triplet: 9B, A1 and BC. RGB value is (155,161,188). Sum of RGB (Red+Green+Blue) = 155+161+188=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1BC is #645E43. Grayscale: #A2A2A2. Windows color (decimal): -6577732 or 12362139. OLE color: 12362139.

HSL color Cylindrical-coordinate representation of color #9BA1BC: hue angle of 229.09º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BA1BC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 161 188 -
CMYK 0.18 0.14 0 0.26
HSL 229.09º 0.2% 0.67% -
HSV(B) 229.09º 0.18% 0.74% -
XYZ 35.34 36.09 52.68 -
YUV 162.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 155 161 188 0.18 0.14 0 0.26 229.09 0.2 0.67
Hex 9B A1 BC 12 E 0 1A E5 14 43
Octal 233 241 274 22 16 0 32 345 24 103
Binary 10011011 10100001 10111100 10010 1110 0 11010 11100101 10100 1000011

Color Harmonies of #9BA1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA1BC

Black with #9BA1BC

Text Example


Text Example

White with #9BA1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,188); }

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

background-color css

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

 a { background-color: rgb(155,161,188); }

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

border-color css

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

 span { border-color: rgb(155,161,188); }

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