Html Css Color HEX #8A69ED Medium Slate Blue

📋 copy color: '#8A69ED'

red 138 ◦ green 105 ◦ blue 237

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

Shades of Medium Slate Blue #8A69ED

Tints of Medium Slate Blue #8A69ED

RGB

 RED value IS 138 (54.3% from 255) = 28.75%

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 28.75%
G = 21.88%
B = 49.38%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A69ED (or 0x8A69ED) is known color: Medium Slate Blue. HEX triplet: 8A, 69 and ED. RGB value is (138,105,237). Sum of RGB (Red+Green+Blue) = 138+105+237=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A69ED is #759612. Grayscale: #818181. Windows color (decimal): -7706131 or 15559050. OLE color: 15559050.

HSL color Cylindrical-coordinate representation of color #8A69ED: hue angle of 255º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A69ED is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 105 237 -
CMYK 0.42 0.56 0 0.07
HSL 255º 0.79% 0.67% -
HSV(B) 255º 0.56% 0.93% -
XYZ 30.82 21.62 82.67 -
YUV 129.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 138 105 237 0.42 0.56 0 0.07 255 0.79 0.67
Hex 8A 69 ED 2A 38 0 7 FF 4F 43
Octal 212 151 355 52 70 0 7 377 117 103
Binary 10001010 1101001 11101101 101010 111000 0 111 11111111 1001111 1000011

Color Harmonies of #8A69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A69ED

Black with #8A69ED

Text Example


Text Example

White with #8A69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,105,237); }

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

background-color css

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

 a { background-color: rgb(138,105,237); }

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

border-color css

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

 span { border-color: rgb(138,105,237); }

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