Html Css Color HEX #90779B Ce Soir

📋 copy color: '#90779B'

red 144 ◦ green 119 ◦ blue 155

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

Shades of Ce Soir #90779B

Tints of Ce Soir #90779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.47%

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 34.45%
G = 28.47%
B = 37.08%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90779B (or 0x90779B) is known color: Ce Soir. HEX triplet: 90, 77 and 9B. RGB value is (144,119,155). Sum of RGB (Red+Green+Blue) = 144+119+155=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #90779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90779B is #6F8864. Grayscale: #828282. Windows color (decimal): -7309413 or 10188688. OLE color: 10188688.

HSL color Cylindrical-coordinate representation of color #90779B: hue angle of 281.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90779B is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 119 155 -
CMYK 0.07 0.23 0 0.39
HSL 281.67º 0.15% 0.54% -
HSV(B) 281.67º 0.23% 0.61% -
XYZ 24.01 21.49 33.89 -
YUV 130.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 144 119 155 0.07 0.23 0 0.39 281.67 0.15 0.54
Hex 90 77 9B 7 17 0 27 11A F 36
Octal 220 167 233 7 27 0 47 432 17 66
Binary 10010000 1110111 10011011 111 10111 0 100111 100011010 1111 110110

Color Harmonies of #90779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90779B

Black with #90779B

Text Example


Text Example

White with #90779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90779B; }

 p { color: rgb(144,119,155); }

 H1.HeaderClassName
 {
   color: #90779B;
 }
 .AnyTagClassName
 {
   color: #90779B;
 }
</style>

background-color css

<style>
 a { background-color: #90779B; }

 a { background-color: rgb(144,119,155); }

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

border-color css

<style>
 span { border-color: #90779B; }

 span { border-color: rgb(144,119,155); }

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