Html Css Color HEX #8B759A Ce Soir

📋 copy color: '#8B759A'

red 139 ◦ green 117 ◦ blue 154

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

Shades of Ce Soir #8B759A

Tints of Ce Soir #8B759A

RGB

 RED value IS 139 (54.69% from 255) = 33.9%

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 33.9%
G = 28.54%
B = 37.56%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8B759A (or 0x8B759A) is known color: Ce Soir. HEX triplet: 8B, 75 and 9A. RGB value is (139,117,154). Sum of RGB (Red+Green+Blue) = 139+117+154=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B759A is #748A65. Grayscale: #7F7F7F. Windows color (decimal): -7637606 or 10122635. OLE color: 10122635.

HSL color Cylindrical-coordinate representation of color #8B759A: hue angle of 275.68º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B759A is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 117 154 -
CMYK 0.10 0.24 0 0.40
HSL 275.68º 0.15% 0.53% -
HSV(B) 275.68º 0.24% 0.6% -
XYZ 22.84 20.54 33.33 -
YUV 127.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 139 117 154 0.10 0.24 0 0.40 275.68 0.15 0.53
Hex 8B 75 9A A 18 0 28 114 F 35
Octal 213 165 232 12 30 0 50 424 17 65
Binary 10001011 1110101 10011010 1010 11000 0 101000 100010100 1111 110101

Color Harmonies of #8B759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B759A

Black with #8B759A

Text Example


Text Example

White with #8B759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B759A; }

 p { color: rgb(139,117,154); }

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

background-color css

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

 a { background-color: rgb(139,117,154); }

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

border-color css

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

 span { border-color: rgb(139,117,154); }

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