Html Css Color HEX #95A3B2 Rock Blue

📋 copy color: '#95A3B2'

red 149 ◦ green 163 ◦ blue 178

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

Shades of Rock Blue #95A3B2

Tints of Rock Blue #95A3B2

RGB

 RED value IS 149 (58.59% from 255) = 30.41%

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

 BLUE value IS 178 (69.92% from 255) = 36.33%

R = 30.41%
G = 33.27%
B = 36.33%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#95A3B2 (or 0x95A3B2) is known color: Rock Blue. HEX triplet: 95, A3 and B2. RGB value is (149,163,178). Sum of RGB (Red+Green+Blue) = 149+163+178=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 178 - color contains mainly: blue. Hex color #95A3B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A3B2 is #6A5C4D. Grayscale: #A0A0A0. Windows color (decimal): -6970446 or 11707285. OLE color: 11707285.

HSL color Cylindrical-coordinate representation of color #95A3B2: hue angle of 211.03º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95A3B2 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 163 178 -
CMYK 0.16 0.08 0 0.30
HSL 211.03º 0.16% 0.64% -
HSV(B) 211.03º 0.16% 0.7% -
XYZ 33.53 35.8 47.26 -
YUV 160.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 149 163 178 0.16 0.08 0 0.30 211.03 0.16 0.64
Hex 95 A3 B2 10 8 0 1E D3 10 40
Octal 225 243 262 20 10 0 36 323 20 100
Binary 10010101 10100011 10110010 10000 1000 0 11110 11010011 10000 1000000

Color Harmonies of #95A3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A3B2

Black with #95A3B2

Text Example


Text Example

White with #95A3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A3B2; }

 p { color: rgb(149,163,178); }

 H1.HeaderClassName
 {
   color: #95A3B2;
 }
 .AnyTagClassName
 {
   color: #95A3B2;
 }
</style>

background-color css

<style>
 a { background-color: #95A3B2; }

 a { background-color: rgb(149,163,178); }

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

border-color css

<style>
 span { border-color: #95A3B2; }

 span { border-color: rgb(149,163,178); }

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