Html Css Color HEX #9BA8BE Rock Blue

📋 copy color: '#9BA8BE'

red 155 ◦ green 168 ◦ blue 190

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

Shades of Rock Blue #9BA8BE

Tints of Rock Blue #9BA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

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

R = 30.21%
G = 32.75%
B = 37.04%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BA8BE (or 0x9BA8BE) is known color: Rock Blue. HEX triplet: 9B, A8 and BE. RGB value is (155,168,190). Sum of RGB (Red+Green+Blue) = 155+168+190=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8BE is #645741. Grayscale: #A6A6A6. Windows color (decimal): -6575938 or 12495003. OLE color: 12495003.

HSL color Cylindrical-coordinate representation of color #9BA8BE: hue angle of 217.71º 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 #9BA8BE is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 168 190 -
CMYK 0.18 0.12 0 0.25
HSL 217.71º 0.21% 0.68% -
HSV(B) 217.71º 0.18% 0.75% -
XYZ 36.81 38.69 54.24 -
YUV 166.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 155 168 190 0.18 0.12 0 0.25 217.71 0.21 0.68
Hex 9B A8 BE 12 C 0 19 DA 15 44
Octal 233 250 276 22 14 0 31 332 25 104
Binary 10011011 10101000 10111110 10010 1100 0 11001 11011010 10101 1000100

Color Harmonies of #9BA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA8BE

Black with #9BA8BE

Text Example


Text Example

White with #9BA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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