Html Css Color HEX #9BA7C3 Rock Blue

📋 copy color: '#9BA7C3'

red 155 ◦ green 167 ◦ blue 195

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

Shades of Rock Blue #9BA7C3

Tints of Rock Blue #9BA7C3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.3%

 BLUE value IS 195 (76.56% from 255) = 37.72%

R = 29.98%
G = 32.3%
B = 37.72%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9BA7C3 (or 0x9BA7C3) is known color: Rock Blue. HEX triplet: 9B, A7 and C3. RGB value is (155,167,195). Sum of RGB (Red+Green+Blue) = 155+167+195=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #9BA7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7C3 is #64583C. Grayscale: #A6A6A6. Windows color (decimal): -6576189 or 12822427. OLE color: 12822427.

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

Color convert

RGB 155 167 195 -
CMYK 0.21 0.14 0 0.24
HSL 222º 0.25% 0.69% -
HSV(B) 222º 0.21% 0.76% -
XYZ 37.19 38.55 57.11 -
YUV 166.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 155 167 195 0.21 0.14 0 0.24 222 0.25 0.69
Hex 9B A7 C3 15 E 0 18 DE 19 45
Octal 233 247 303 25 16 0 30 336 31 105
Binary 10011011 10100111 11000011 10101 1110 0 11000 11011110 11001 1000101

Color Harmonies of #9BA7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA7C3

Black with #9BA7C3

Text Example


Text Example

White with #9BA7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,167,195); }

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

background-color css

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

 a { background-color: rgb(155,167,195); }

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

border-color css

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

 span { border-color: rgb(155,167,195); }

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