Html Css Color HEX #807CEB Medium Slate Blue

📋 copy color: '#807CEB'

red 128 ◦ green 124 ◦ blue 235

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

Shades of Medium Slate Blue #807CEB

Tints of Medium Slate Blue #807CEB

RGB

 RED value IS 128 (50.39% from 255) = 26.28%

 GREEN value IS 124 (48.83% from 255) = 25.46%

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 26.28%
G = 25.46%
B = 48.25%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#807CEB (or 0x807CEB) is known color: Medium Slate Blue. HEX triplet: 80, 7C and EB. RGB value is (128,124,235). Sum of RGB (Red+Green+Blue) = 128+124+235=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #807CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CEB is #7F8314. Grayscale: #898989. Windows color (decimal): -8356629 or 15432832. OLE color: 15432832.

HSL color Cylindrical-coordinate representation of color #807CEB: hue angle of 242.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #807CEB is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 124 235 -
CMYK 0.46 0.47 0 0.08
HSL 242.16º 0.74% 0.7% -
HSV(B) 242.16º 0.47% 0.92% -
XYZ 31.11 25 81.78 -
YUV 137.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 128 124 235 0.46 0.47 0 0.08 242.16 0.74 0.7
Hex 80 7C EB 2E 2F 0 8 F2 4A 46
Octal 200 174 353 56 57 0 10 362 112 106
Binary 10000000 1111100 11101011 101110 101111 0 1000 11110010 1001010 1000110

Color Harmonies of #807CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CEB

Black with #807CEB

Text Example


Text Example

White with #807CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807CEB; }

 p { color: rgb(128,124,235); }

 H1.HeaderClassName
 {
   color: #807CEB;
 }
 .AnyTagClassName
 {
   color: #807CEB;
 }
</style>

background-color css

<style>
 a { background-color: #807CEB; }

 a { background-color: rgb(128,124,235); }

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

border-color css

<style>
 span { border-color: #807CEB; }

 span { border-color: rgb(128,124,235); }

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