Html Css Color HEX #958FB4 Santas Grey

📋 copy color: '#958FB4'

red 149 ◦ green 143 ◦ blue 180

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

Shades of Santas Grey #958FB4

Tints of Santas Grey #958FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 31.57%
G = 30.3%
B = 38.14%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#958FB4 (or 0x958FB4) is known color: Santas Grey. HEX triplet: 95, 8F and B4. RGB value is (149,143,180). Sum of RGB (Red+Green+Blue) = 149+143+180=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #958FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FB4 is #6A704B. Grayscale: #949494. Windows color (decimal): -6975564 or 11833237. OLE color: 11833237.

HSL color Cylindrical-coordinate representation of color #958FB4: hue angle of 249.73º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958FB4 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 143 180 -
CMYK 0.17 0.21 0 0.29
HSL 249.73º 0.2% 0.63% -
HSV(B) 249.73º 0.21% 0.71% -
XYZ 30.46 29.33 47.24 -
YUV 149.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 149 143 180 0.17 0.21 0 0.29 249.73 0.2 0.63
Hex 95 8F B4 11 15 0 1D FA 14 3F
Octal 225 217 264 21 25 0 35 372 24 77
Binary 10010101 10001111 10110100 10001 10101 0 11101 11111010 10100 111111

Color Harmonies of #958FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FB4

Black with #958FB4

Text Example


Text Example

White with #958FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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