Html Css Color HEX #90769C Ce Soir

📋 copy color: '#90769C'

red 144 ◦ green 118 ◦ blue 156

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

Shades of Ce Soir #90769C

Tints of Ce Soir #90769C

RGB

 RED value IS 144 (56.64% from 255) = 34.45%

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

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 34.45%
G = 28.23%
B = 37.32%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90769C (or 0x90769C) is known color: Ce Soir. HEX triplet: 90, 76 and 9C. RGB value is (144,118,156). Sum of RGB (Red+Green+Blue) = 144+118+156=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #90769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90769C is #6F8963. Grayscale: #818181. Windows color (decimal): -7309668 or 10253968. OLE color: 10253968.

HSL color Cylindrical-coordinate representation of color #90769C: hue angle of 281.05º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90769C is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 118 156 -
CMYK 0.08 0.24 0 0.39
HSL 281.05º 0.16% 0.54% -
HSV(B) 281.05º 0.24% 0.61% -
XYZ 23.98 21.29 34.3 -
YUV 130.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 144 118 156 0.08 0.24 0 0.39 281.05 0.16 0.54
Hex 90 76 9C 8 18 0 27 119 10 36
Octal 220 166 234 10 30 0 47 431 20 66
Binary 10010000 1110110 10011100 1000 11000 0 100111 100011001 10000 110110

Color Harmonies of #90769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90769C

Black with #90769C

Text Example


Text Example

White with #90769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90769C; }

 p { color: rgb(144,118,156); }

 H1.HeaderClassName
 {
   color: #90769C;
 }
 .AnyTagClassName
 {
   color: #90769C;
 }
</style>

background-color css

<style>
 a { background-color: #90769C; }

 a { background-color: rgb(144,118,156); }

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

border-color css

<style>
 span { border-color: #90769C; }

 span { border-color: rgb(144,118,156); }

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