Html Css Color HEX #9BA4B4 Rock Blue

📋 copy color: '#9BA4B4'

red 155 ◦ green 164 ◦ blue 180

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

Shades of Rock Blue #9BA4B4

Tints of Rock Blue #9BA4B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 31.06%
G = 32.87%
B = 36.07%

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

#9BA4B4 (or 0x9BA4B4) is known color: Rock Blue. HEX triplet: 9B, A4 and B4. RGB value is (155,164,180). Sum of RGB (Red+Green+Blue) = 155+164+180=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4B4 is #645B4B. Grayscale: #A3A3A3. Windows color (decimal): -6576972 or 11838619. OLE color: 11838619.

HSL color Cylindrical-coordinate representation of color #9BA4B4: hue angle of 218.4º degrees, saturation: 0.14, 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 #9BA4B4 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 164 180 -
CMYK 0.14 0.09 0 0.29
HSL 218.4º 0.14% 0.66% -
HSV(B) 218.4º 0.14% 0.71% -
XYZ 35.03 36.81 48.44 -
YUV 163.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 155 164 180 0.14 0.09 0 0.29 218.4 0.14 0.66
Hex 9B A4 B4 E 9 0 1D DA E 42
Octal 233 244 264 16 11 0 35 332 16 102
Binary 10011011 10100100 10110100 1110 1001 0 11101 11011010 1110 1000010

Color Harmonies of #9BA4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA4B4

Black with #9BA4B4

Text Example


Text Example

White with #9BA4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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