Html Css Color HEX #94769E Ce Soir

📋 copy color: '#94769E'

red 148 ◦ green 118 ◦ blue 158

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

Shades of Ce Soir #94769E

Tints of Ce Soir #94769E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 34.91%
G = 27.83%
B = 37.26%

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

#94769E (or 0x94769E) is known color: Ce Soir. HEX triplet: 94, 76 and 9E. RGB value is (148,118,158). Sum of RGB (Red+Green+Blue) = 148+118+158=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #94769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94769E is #6B8961. Grayscale: #838383. Windows color (decimal): -7047522 or 10385044. OLE color: 10385044.

HSL color Cylindrical-coordinate representation of color #94769E: hue angle of 285º 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 #94769E is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 118 158 -
CMYK 0.06 0.25 0 0.38
HSL 285º 0.17% 0.54% -
HSV(B) 285º 0.25% 0.62% -
XYZ 24.86 21.72 35.23 -
YUV 131.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 148 118 158 0.06 0.25 0 0.38 285 0.17 0.54
Hex 94 76 9E 6 19 0 26 11D 11 36
Octal 224 166 236 6 31 0 46 435 21 66
Binary 10010100 1110110 10011110 110 11001 0 100110 100011101 10001 110110

Color Harmonies of #94769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94769E

Black with #94769E

Text Example


Text Example

White with #94769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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