Html Css Color HEX #807DF3 Light Slate Blue

📋 copy color: '#807DF3'

red 128 ◦ green 125 ◦ blue 243

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

Shades of Light Slate Blue #807DF3

Tints of Light Slate Blue #807DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

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

R = 25.81%
G = 25.2%
B = 48.99%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#807DF3 (or 0x807DF3) is known color: Light Slate Blue. HEX triplet: 80, 7D and F3. RGB value is (128,125,243). Sum of RGB (Red+Green+Blue) = 128+125+243=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #807DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DF3 is #7F820C. Grayscale: #8A8A8A. Windows color (decimal): -8356365 or 15957376. OLE color: 15957376.

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

Color convert

RGB 128 125 243 -
CMYK 0.47 0.49 0 0.05
HSL 241.53º 0.83% 0.72% -
HSV(B) 241.53º 0.49% 0.95% -
XYZ 32.41 25.73 88.05 -
YUV 139.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 128 125 243 0.47 0.49 0 0.05 241.53 0.83 0.72
Hex 80 7D F3 2F 31 0 5 F2 53 48
Octal 200 175 363 57 61 0 5 362 123 110
Binary 10000000 1111101 11110011 101111 110001 0 101 11110010 1010011 1001000

Color Harmonies of #807DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DF3

Black with #807DF3

Text Example


Text Example

White with #807DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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