Html Css Color HEX #807BEB Medium Slate Blue

📋 copy color: '#807BEB'

red 128 ◦ green 123 ◦ blue 235

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

Shades of Medium Slate Blue #807BEB

Tints of Medium Slate Blue #807BEB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.31%

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

R = 26.34%
G = 25.31%
B = 48.35%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#807BEB (or 0x807BEB) is known color: Medium Slate Blue. HEX triplet: 80, 7B and EB. RGB value is (128,123,235). Sum of RGB (Red+Green+Blue) = 128+123+235=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #807BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807BEB is #7F8414. Grayscale: #888888. Windows color (decimal): -8356885 or 15432576. OLE color: 15432576.

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

Color convert

RGB 128 123 235 -
CMYK 0.46 0.48 0 0.08
HSL 242.68º 0.74% 0.7% -
HSV(B) 242.68º 0.48% 0.92% -
XYZ 30.98 24.75 81.74 -
YUV 137.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 128 123 235 0.46 0.48 0 0.08 242.68 0.74 0.7
Hex 80 7B EB 2E 30 0 8 F3 4A 46
Octal 200 173 353 56 60 0 10 363 112 106
Binary 10000000 1111011 11101011 101110 110000 0 1000 11110011 1001010 1000110

Color Harmonies of #807BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BEB

Black with #807BEB

Text Example


Text Example

White with #807BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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