Html Css Color HEX #807FF2 Light Slate Blue

📋 copy color: '#807FF2'

red 128 ◦ green 127 ◦ blue 242

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

Shades of Light Slate Blue #807FF2

Tints of Light Slate Blue #807FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 25.75%
G = 25.55%
B = 48.69%

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

#807FF2 (or 0x807FF2) is known color: Light Slate Blue. HEX triplet: 80, 7F and F2. RGB value is (128,127,242). Sum of RGB (Red+Green+Blue) = 128+127+242=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #807FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FF2 is #7F800D. Grayscale: #8B8B8B. Windows color (decimal): -8355854 or 15892352. OLE color: 15892352.

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

Color convert

RGB 128 127 242 -
CMYK 0.47 0.48 0 0.05
HSL 240.52º 0.82% 0.72% -
HSV(B) 240.52º 0.48% 0.95% -
XYZ 32.52 26.18 87.34 -
YUV 140.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 128 127 242 0.47 0.48 0 0.05 240.52 0.82 0.72
Hex 80 7F F2 2F 30 0 5 F1 52 48
Octal 200 177 362 57 60 0 5 361 122 110
Binary 10000000 1111111 11110010 101111 110000 0 101 11110001 1010010 1001000

Color Harmonies of #807FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FF2

Black with #807FF2

Text Example


Text Example

White with #807FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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