Html Css Color HEX #8769E5 Medium Slate Blue

📋 copy color: '#8769E5'

red 135 ◦ green 105 ◦ blue 229

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

Shades of Medium Slate Blue #8769E5

Tints of Medium Slate Blue #8769E5

RGB

 RED value IS 135 (53.13% from 255) = 28.78%

 GREEN value IS 105 (41.41% from 255) = 22.39%

 BLUE value IS 229 (89.84% from 255) = 48.83%

R = 28.78%
G = 22.39%
B = 48.83%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8769E5 (or 0x8769E5) is known color: Medium Slate Blue. HEX triplet: 87, 69 and E5. RGB value is (135,105,229). Sum of RGB (Red+Green+Blue) = 135+105+229=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #8769E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769E5 is #78961A. Grayscale: #7F7F7F. Windows color (decimal): -7902747 or 15034759. OLE color: 15034759.

HSL color Cylindrical-coordinate representation of color #8769E5: hue angle of 254.52º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8769E5 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 135 105 229 -
CMYK 0.41 0.54 0 0.10
HSL 254.52º 0.7% 0.65% -
HSV(B) 254.52º 0.54% 0.9% -
XYZ 29.19 20.91 76.63 -
YUV 128.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 135 105 229 0.41 0.54 0 0.10 254.52 0.7 0.65
Hex 87 69 E5 29 36 0 A FF 46 41
Octal 207 151 345 51 66 0 12 377 106 101
Binary 10000111 1101001 11100101 101001 110110 0 1010 11111111 1000110 1000001

Color Harmonies of #8769E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769E5

Black with #8769E5

Text Example


Text Example

White with #8769E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8769E5; }

 p { color: rgb(135,105,229); }

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

background-color css

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

 a { background-color: rgb(135,105,229); }

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

border-color css

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

 span { border-color: rgb(135,105,229); }

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