Html Css Color HEX #8769E8 Medium Slate Blue

📋 copy color: '#8769E8'

red 135 ◦ green 105 ◦ blue 232

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

Shades of Medium Slate Blue #8769E8

Tints of Medium Slate Blue #8769E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.15%

R = 28.6%
G = 22.25%
B = 49.15%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8769E8 (or 0x8769E8) is known color: Medium Slate Blue. HEX triplet: 87, 69 and E8. RGB value is (135,105,232). Sum of RGB (Red+Green+Blue) = 135+105+232=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #8769E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8769E8 is #789617. Grayscale: #7F7F7F. Windows color (decimal): -7902744 or 15231367. OLE color: 15231367.

HSL color Cylindrical-coordinate representation of color #8769E8: hue angle of 254.17º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8769E8 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 135 105 232 -
CMYK 0.42 0.55 0 0.09
HSL 254.17º 0.73% 0.66% -
HSV(B) 254.17º 0.55% 0.91% -
XYZ 29.61 21.08 78.85 -
YUV 128.45 186.44 132.67 -
System Red Green Blue C M Y K H S L
Decimal 135 105 232 0.42 0.55 0 0.09 254.17 0.73 0.66
Hex 87 69 E8 2A 37 0 9 FE 49 42
Octal 207 151 350 52 67 0 11 376 111 102
Binary 10000111 1101001 11101000 101010 110111 0 1001 11111110 1001001 1000010

Color Harmonies of #8769E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769E8

Black with #8769E8

Text Example


Text Example

White with #8769E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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