Html Css Color HEX #8C69EF Medium Slate Blue

📋 copy color: '#8C69EF'

red 140 ◦ green 105 ◦ blue 239

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

Shades of Medium Slate Blue #8C69EF

Tints of Medium Slate Blue #8C69EF

RGB

 RED value IS 140 (55.08% from 255) = 28.93%

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

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

R = 28.93%
G = 21.69%
B = 49.38%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C69EF (or 0x8C69EF) is known color: Medium Slate Blue. HEX triplet: 8C, 69 and EF. RGB value is (140,105,239). Sum of RGB (Red+Green+Blue) = 140+105+239=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C69EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C69EF is #739610. Grayscale: #828282. Windows color (decimal): -7575057 or 15690124. OLE color: 15690124.

HSL color Cylindrical-coordinate representation of color #8C69EF: hue angle of 255.67º 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 #8C69EF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 105 239 -
CMYK 0.41 0.56 0 0.06
HSL 255.67º 0.81% 0.67% -
HSV(B) 255.67º 0.56% 0.94% -
XYZ 31.45 21.91 84.23 -
YUV 130.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 140 105 239 0.41 0.56 0 0.06 255.67 0.81 0.67
Hex 8C 69 EF 29 38 0 6 100 51 43
Octal 214 151 357 51 70 0 6 400 121 103
Binary 10001100 1101001 11101111 101001 111000 0 110 100000000 1010001 1000011

Color Harmonies of #8C69EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C69EF

Black with #8C69EF

Text Example


Text Example

White with #8C69EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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