Html Css Color HEX #8769EF Medium Slate Blue

📋 copy color: '#8769EF'

red 135 ◦ green 105 ◦ blue 239

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

Shades of Medium Slate Blue #8769EF

Tints of Medium Slate Blue #8769EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 28.18%
G = 21.92%
B = 49.9%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8769EF (or 0x8769EF) is known color: Medium Slate Blue. HEX triplet: 87, 69 and EF. RGB value is (135,105,239). Sum of RGB (Red+Green+Blue) = 135+105+239=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #8769EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8769EF is #789610. Grayscale: #808080. Windows color (decimal): -7902737 or 15690119. OLE color: 15690119.

HSL color Cylindrical-coordinate representation of color #8769EF: hue angle of 253.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8769EF is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 105 239 -
CMYK 0.44 0.56 0 0.06
HSL 253.43º 0.81% 0.67% -
HSV(B) 253.43º 0.56% 0.94% -
XYZ 30.62 21.49 84.19 -
YUV 129.25 189.94 132.1 -
System Red Green Blue C M Y K H S L
Decimal 135 105 239 0.44 0.56 0 0.06 253.43 0.81 0.67
Hex 87 69 EF 2C 38 0 6 FD 51 43
Octal 207 151 357 54 70 0 6 375 121 103
Binary 10000111 1101001 11101111 101100 111000 0 110 11111101 1010001 1000011

Color Harmonies of #8769EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769EF

Black with #8769EF

Text Example


Text Example

White with #8769EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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