Html Css Color HEX #947FA5 Ce Soir

📋 copy color: '#947FA5'

red 148 ◦ green 127 ◦ blue 165

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

Shades of Ce Soir #947FA5

Tints of Ce Soir #947FA5

RGB

 RED value IS 148 (58.2% from 255) = 33.64%

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 33.64%
G = 28.86%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#947FA5 (or 0x947FA5) is known color: Ce Soir. HEX triplet: 94, 7F and A5. RGB value is (148,127,165). Sum of RGB (Red+Green+Blue) = 148+127+165=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 165 - color contains mainly: blue. Hex color #947FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FA5 is #6B805A. Grayscale: #898989. Windows color (decimal): -7045211 or 10846100. OLE color: 10846100.

HSL color Cylindrical-coordinate representation of color #947FA5: hue angle of 273.16º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #947FA5 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 127 165 -
CMYK 0.10 0.23 0 0.35
HSL 273.16º 0.17% 0.57% -
HSV(B) 273.16º 0.23% 0.65% -
XYZ 26.59 24.19 38.87 -
YUV 137.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 148 127 165 0.10 0.23 0 0.35 273.16 0.17 0.57
Hex 94 7F A5 A 17 0 23 111 11 39
Octal 224 177 245 12 27 0 43 421 21 71
Binary 10010100 1111111 10100101 1010 10111 0 100011 100010001 10001 111001

Color Harmonies of #947FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FA5

Black with #947FA5

Text Example


Text Example

White with #947FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947FA5; }

 p { color: rgb(148,127,165); }

 H1.HeaderClassName
 {
   color: #947FA5;
 }
 .AnyTagClassName
 {
   color: #947FA5;
 }
</style>

background-color css

<style>
 a { background-color: #947FA5; }

 a { background-color: rgb(148,127,165); }

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

border-color css

<style>
 span { border-color: #947FA5; }

 span { border-color: rgb(148,127,165); }

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