Html Css Color HEX #907CA0 Ce Soir

📋 copy color: '#907CA0'

red 144 ◦ green 124 ◦ blue 160

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

Shades of Ce Soir #907CA0

Tints of Ce Soir #907CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.97%

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 33.64%
G = 28.97%
B = 37.38%

CMYK

 C value IS 0.1

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#907CA0 (or 0x907CA0) is known color: Ce Soir. HEX triplet: 90, 7C and A0. RGB value is (144,124,160). Sum of RGB (Red+Green+Blue) = 144+124+160=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 160 - color contains mainly: blue. Hex color #907CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907CA0 is #6F835F. Grayscale: #858585. Windows color (decimal): -7308128 or 10517648. OLE color: 10517648.

HSL color Cylindrical-coordinate representation of color #907CA0: hue angle of 273.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #907CA0 is Cyan = 0.1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 124 160 -
CMYK 0.1 0.22 0 0.37
HSL 273.33º 0.16% 0.56% -
HSV(B) 273.33º 0.23% 0.63% -
XYZ 25.05 22.88 36.35 -
YUV 134.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 144 124 160 0.1 0.22 0 0.37 273.33 0.16 0.56
Hex 90 7C A0 A 16 0 25 111 10 38
Octal 220 174 240 12 26 0 45 421 20 70
Binary 10010000 1111100 10100000 1010 10110 0 100101 100010001 10000 111000

Color Harmonies of #907CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907CA0

Black with #907CA0

Text Example


Text Example

White with #907CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907CA0; }

 p { color: rgb(144,124,160); }

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

background-color css

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

 a { background-color: rgb(144,124,160); }

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

border-color css

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

 span { border-color: rgb(144,124,160); }

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