Html Css Color HEX #9BA3BE Rock Blue

📋 copy color: '#9BA3BE'

red 155 ◦ green 163 ◦ blue 190

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

Shades of Rock Blue #9BA3BE

Tints of Rock Blue #9BA3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.09%

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 30.51%
G = 32.09%
B = 37.4%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BA3BE (or 0x9BA3BE) is known color: Rock Blue. HEX triplet: 9B, A3 and BE. RGB value is (155,163,190). Sum of RGB (Red+Green+Blue) = 155+163+190=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3BE is #645C41. Grayscale: #A3A3A3. Windows color (decimal): -6577218 or 12493723. OLE color: 12493723.

HSL color Cylindrical-coordinate representation of color #9BA3BE: hue angle of 226.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BA3BE is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 163 190 -
CMYK 0.18 0.14 0 0.25
HSL 226.29º 0.21% 0.68% -
HSV(B) 226.29º 0.18% 0.75% -
XYZ 35.91 36.88 53.94 -
YUV 163.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 155 163 190 0.18 0.14 0 0.25 226.29 0.21 0.68
Hex 9B A3 BE 12 E 0 19 E2 15 44
Octal 233 243 276 22 16 0 31 342 25 104
Binary 10011011 10100011 10111110 10010 1110 0 11001 11100010 10101 1000100

Color Harmonies of #9BA3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA3BE

Black with #9BA3BE

Text Example


Text Example

White with #9BA3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,163,190); }

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

background-color css

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

 a { background-color: rgb(155,163,190); }

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

border-color css

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

 span { border-color: rgb(155,163,190); }

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