Html Css Color HEX #907096 Ce Soir

📋 copy color: '#907096'

red 144 ◦ green 112 ◦ blue 150

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

Shades of Ce Soir #907096

Tints of Ce Soir #907096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 35.47%
G = 27.59%
B = 36.95%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#907096 (or 0x907096) is known color: Ce Soir. HEX triplet: 90, 70 and 96. RGB value is (144,112,150). Sum of RGB (Red+Green+Blue) = 144+112+150=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #907096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907096 is #6F8F69. Grayscale: #7D7D7D. Windows color (decimal): -7311210 or 9859216. OLE color: 9859216.

HSL color Cylindrical-coordinate representation of color #907096: hue angle of 290.53º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #907096 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 112 150 -
CMYK 0.04 0.25 0 0.41
HSL 290.53º 0.15% 0.51% -
HSV(B) 290.53º 0.25% 0.59% -
XYZ 22.8 19.72 31.46 -
YUV 125.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 144 112 150 0.04 0.25 0 0.41 290.53 0.15 0.51
Hex 90 70 96 4 19 0 29 123 F 33
Octal 220 160 226 4 31 0 51 443 17 63
Binary 10010000 1110000 10010110 100 11001 0 101001 100100011 1111 110011

Color Harmonies of #907096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907096

Black with #907096

Text Example


Text Example

White with #907096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907096; }

 p { color: rgb(144,112,150); }

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

background-color css

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

 a { background-color: rgb(144,112,150); }

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

border-color css

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

 span { border-color: rgb(144,112,150); }

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