Html Css Color HEX #875AF3 Medium Slate Blue

📋 copy color: '#875AF3'

red 135 ◦ green 90 ◦ blue 243

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

Shades of Medium Slate Blue #875AF3

Tints of Medium Slate Blue #875AF3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.23%

 BLUE value IS 243 (95.31% from 255) = 51.92%

R = 28.85%
G = 19.23%
B = 51.92%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#875AF3 (or 0x875AF3) is known color: Medium Slate Blue. HEX triplet: 87, 5A and F3. RGB value is (135,90,243). Sum of RGB (Red+Green+Blue) = 135+90+243=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #875AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875AF3 is #78A50C. Grayscale: #787878. Windows color (decimal): -7906573 or 15948423. OLE color: 15948423.

HSL color Cylindrical-coordinate representation of color #875AF3: hue angle of 257.65º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875AF3 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 90 243 -
CMYK 0.44 0.63 0 0.05
HSL 257.65º 0.86% 0.65% -
HSV(B) 257.65º 0.63% 0.95% -
XYZ 29.83 18.93 86.88 -
YUV 120.9 196.91 138.06 -
System Red Green Blue C M Y K H S L
Decimal 135 90 243 0.44 0.63 0 0.05 257.65 0.86 0.65
Hex 87 5A F3 2C 3F 0 5 102 56 41
Octal 207 132 363 54 77 0 5 402 126 101
Binary 10000111 1011010 11110011 101100 111111 0 101 100000010 1010110 1000001

Color Harmonies of #875AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875AF3

Black with #875AF3

Text Example


Text Example

White with #875AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875AF3; }

 p { color: rgb(135,90,243); }

 H1.HeaderClassName
 {
   color: #875AF3;
 }
 .AnyTagClassName
 {
   color: #875AF3;
 }
</style>

background-color css

<style>
 a { background-color: #875AF3; }

 a { background-color: rgb(135,90,243); }

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

border-color css

<style>
 span { border-color: #875AF3; }

 span { border-color: rgb(135,90,243); }

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