Html Css Color HEX #94769D Ce Soir

📋 copy color: '#94769D'

red 148 ◦ green 118 ◦ blue 157

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

Shades of Ce Soir #94769D

Tints of Ce Soir #94769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.9%

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 34.99%
G = 27.9%
B = 37.12%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94769D (or 0x94769D) is known color: Ce Soir. HEX triplet: 94, 76 and 9D. RGB value is (148,118,157). Sum of RGB (Red+Green+Blue) = 148+118+157=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #94769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94769D is #6B8962. Grayscale: #838383. Windows color (decimal): -7047523 or 10319508. OLE color: 10319508.

HSL color Cylindrical-coordinate representation of color #94769D: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94769D is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 118 157 -
CMYK 0.06 0.25 0 0.38
HSL 286.15º 0.17% 0.54% -
HSV(B) 286.15º 0.25% 0.62% -
XYZ 24.78 21.69 34.78 -
YUV 131.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 148 118 157 0.06 0.25 0 0.38 286.15 0.17 0.54
Hex 94 76 9D 6 19 0 26 11E 11 36
Octal 224 166 235 6 31 0 46 436 21 66
Binary 10010100 1110110 10011101 110 11001 0 100110 100011110 10001 110110

Color Harmonies of #94769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94769D

Black with #94769D

Text Example


Text Example

White with #94769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94769D; }

 p { color: rgb(148,118,157); }

 H1.HeaderClassName
 {
   color: #94769D;
 }
 .AnyTagClassName
 {
   color: #94769D;
 }
</style>

background-color css

<style>
 a { background-color: #94769D; }

 a { background-color: rgb(148,118,157); }

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

border-color css

<style>
 span { border-color: #94769D; }

 span { border-color: rgb(148,118,157); }

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