Html Css Color HEX #907BA0 Ce Soir

📋 copy color: '#907BA0'

red 144 ◦ green 123 ◦ blue 160

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

Shades of Ce Soir #907BA0

Tints of Ce Soir #907BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.81%

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

R = 33.72%
G = 28.81%
B = 37.47%

CMYK

 C value IS 0.1

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#907BA0 (or 0x907BA0) is known color: Ce Soir. HEX triplet: 90, 7B and A0. RGB value is (144,123,160). Sum of RGB (Red+Green+Blue) = 144+123+160=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 160 - color contains mainly: blue. Hex color #907BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907BA0 is #6F845F. Grayscale: #858585. Windows color (decimal): -7308384 or 10517392. OLE color: 10517392.

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

Color convert

RGB 144 123 160 -
CMYK 0.1 0.23 0 0.37
HSL 274.05º 0.16% 0.55% -
HSV(B) 274.05º 0.23% 0.63% -
XYZ 24.93 22.63 36.31 -
YUV 133.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 144 123 160 0.1 0.23 0 0.37 274.05 0.16 0.55
Hex 90 7B A0 A 17 0 25 112 10 37
Octal 220 173 240 12 27 0 45 422 20 67
Binary 10010000 1111011 10100000 1010 10111 0 100101 100010010 10000 110111

Color Harmonies of #907BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907BA0

Black with #907BA0

Text Example


Text Example

White with #907BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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