Html Css Color HEX #807FEE Light Slate Blue

📋 copy color: '#807FEE'

red 128 ◦ green 127 ◦ blue 238

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

Shades of Light Slate Blue #807FEE

Tints of Light Slate Blue #807FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 25.76%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 25.96%
G = 25.76%
B = 48.28%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#807FEE (or 0x807FEE) is known color: Light Slate Blue. HEX triplet: 80, 7F and EE. RGB value is (128,127,238). Sum of RGB (Red+Green+Blue) = 128+127+238=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #807FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FEE is #7F8011. Grayscale: #8B8B8B. Windows color (decimal): -8355858 or 15630208. OLE color: 15630208.

HSL color Cylindrical-coordinate representation of color #807FEE: hue angle of 240.54º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #807FEE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 127 238 -
CMYK 0.46 0.47 0 0.07
HSL 240.54º 0.77% 0.72% -
HSV(B) 240.54º 0.47% 0.93% -
XYZ 31.92 25.94 84.21 -
YUV 139.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 128 127 238 0.46 0.47 0 0.07 240.54 0.77 0.72
Hex 80 7F EE 2E 2F 0 7 F1 4D 48
Octal 200 177 356 56 57 0 7 361 115 110
Binary 10000000 1111111 11101110 101110 101111 0 111 11110001 1001101 1001000

Color Harmonies of #807FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FEE

Black with #807FEE

Text Example


Text Example

White with #807FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,127,238); }

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

background-color css

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

 a { background-color: rgb(128,127,238); }

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

border-color css

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

 span { border-color: rgb(128,127,238); }

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