Html Css Color HEX #9BA4B5 Rock Blue

📋 copy color: '#9BA4B5'

red 155 ◦ green 164 ◦ blue 181

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

Shades of Rock Blue #9BA4B5

Tints of Rock Blue #9BA4B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 31%
G = 32.8%
B = 36.2%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9BA4B5 (or 0x9BA4B5) is known color: Rock Blue. HEX triplet: 9B, A4 and B5. RGB value is (155,164,181). Sum of RGB (Red+Green+Blue) = 155+164+181=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #9BA4B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4B5 is #645B4A. Grayscale: #A3A3A3. Windows color (decimal): -6576971 or 11904155. OLE color: 11904155.

HSL color Cylindrical-coordinate representation of color #9BA4B5: hue angle of 219.23º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA4B5 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 164 181 -
CMYK 0.14 0.09 0 0.29
HSL 219.23º 0.15% 0.66% -
HSV(B) 219.23º 0.14% 0.71% -
XYZ 35.13 36.86 48.98 -
YUV 163.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 155 164 181 0.14 0.09 0 0.29 219.23 0.15 0.66
Hex 9B A4 B5 E 9 0 1D DB F 42
Octal 233 244 265 16 11 0 35 333 17 102
Binary 10011011 10100100 10110101 1110 1001 0 11101 11011011 1111 1000010

Color Harmonies of #9BA4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA4B5

Black with #9BA4B5

Text Example


Text Example

White with #9BA4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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