Html Css Color HEX #807FF3 Light Slate Blue

📋 copy color: '#807FF3'

red 128 ◦ green 127 ◦ blue 243

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

Shades of Light Slate Blue #807FF3

Tints of Light Slate Blue #807FF3

RGB

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

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

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

R = 25.7%
G = 25.5%
B = 48.8%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#807FF3 (or 0x807FF3) is known color: Light Slate Blue. HEX triplet: 80, 7F and F3. RGB value is (128,127,243). Sum of RGB (Red+Green+Blue) = 128+127+243=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #807FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FF3 is #7F800C. Grayscale: #8C8C8C. Windows color (decimal): -8355853 or 15957888. OLE color: 15957888.

HSL color Cylindrical-coordinate representation of color #807FF3: hue angle of 240.52º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807FF3 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 127 243 -
CMYK 0.47 0.48 0 0.05
HSL 240.52º 0.83% 0.73% -
HSV(B) 240.52º 0.48% 0.95% -
XYZ 32.67 26.24 88.14 -
YUV 140.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 128 127 243 0.47 0.48 0 0.05 240.52 0.83 0.73
Hex 80 7F F3 2F 30 0 5 F1 53 49
Octal 200 177 363 57 60 0 5 361 123 111
Binary 10000000 1111111 11110011 101111 110000 0 101 11110001 1010011 1001001

Color Harmonies of #807FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FF3

Black with #807FF3

Text Example


Text Example

White with #807FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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