Html Css Color HEX #958FAA Grey Suit

📋 copy color: '#958FAA'

red 149 ◦ green 143 ◦ blue 170

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

Shades of Grey Suit #958FAA

Tints of Grey Suit #958FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 32.25%
G = 30.95%
B = 36.8%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#958FAA (or 0x958FAA) is known color: Grey Suit. HEX triplet: 95, 8F and AA. RGB value is (149,143,170). Sum of RGB (Red+Green+Blue) = 149+143+170=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #958FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958FAA is #6A7055. Grayscale: #939393. Windows color (decimal): -6975574 or 11177877. OLE color: 11177877.

HSL color Cylindrical-coordinate representation of color #958FAA: hue angle of 253.33º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #958FAA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 143 170 -
CMYK 0.12 0.16 0 0.33
HSL 253.33º 0.14% 0.61% -
HSV(B) 253.33º 0.16% 0.67% -
XYZ 29.47 28.94 42.06 -
YUV 147.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 149 143 170 0.12 0.16 0 0.33 253.33 0.14 0.61
Hex 95 8F AA C 10 0 21 FD E 3D
Octal 225 217 252 14 20 0 41 375 16 75
Binary 10010101 10001111 10101010 1100 10000 0 100001 11111101 1110 111101

Color Harmonies of #958FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FAA

Black with #958FAA

Text Example


Text Example

White with #958FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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