Html Css Color HEX #958FA0 Grey Suit

📋 copy color: '#958FA0'

red 149 ◦ green 143 ◦ blue 160

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

Shades of Grey Suit #958FA0

Tints of Grey Suit #958FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 32.96%
G = 31.64%
B = 35.4%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#958FA0 (or 0x958FA0) is known color: Grey Suit. HEX triplet: 95, 8F and A0. RGB value is (149,143,160). Sum of RGB (Red+Green+Blue) = 149+143+160=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 160 - color contains mainly: blue. Hex color #958FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958FA0 is #6A705F. Grayscale: #929292. Windows color (decimal): -6975584 or 10522517. OLE color: 10522517.

HSL color Cylindrical-coordinate representation of color #958FA0: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958FA0 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 143 160 -
CMYK 0.07 0.11 0 0.37
HSL 261.18º 0.08% 0.59% -
HSV(B) 261.18º 0.11% 0.63% -
XYZ 28.56 28.57 37.27 -
YUV 146.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 149 143 160 0.07 0.11 0 0.37 261.18 0.08 0.59
Hex 95 8F A0 7 B 0 25 105 8 3B
Octal 225 217 240 7 13 0 45 405 10 73
Binary 10010101 10001111 10100000 111 1011 0 100101 100000101 1000 111011

Color Harmonies of #958FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FA0

Black with #958FA0

Text Example


Text Example

White with #958FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958FA0; }

 p { color: rgb(149,143,160); }

 H1.HeaderClassName
 {
   color: #958FA0;
 }
 .AnyTagClassName
 {
   color: #958FA0;
 }
</style>

background-color css

<style>
 a { background-color: #958FA0; }

 a { background-color: rgb(149,143,160); }

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

border-color css

<style>
 span { border-color: #958FA0; }

 span { border-color: rgb(149,143,160); }

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