Html Css Color HEX #8070F9 Light Slate Blue

📋 copy color: '#8070F9'

red 128 ◦ green 112 ◦ blue 249

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

Shades of Light Slate Blue #8070F9

Tints of Light Slate Blue #8070F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.9%

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 26.18%
G = 22.9%
B = 50.92%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8070F9 (or 0x8070F9) is known color: Light Slate Blue. HEX triplet: 80, 70 and F9. RGB value is (128,112,249). Sum of RGB (Red+Green+Blue) = 128+112+249=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #8070F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8070F9 is #7F8F06. Grayscale: #838383. Windows color (decimal): -8359687 or 16347264. OLE color: 16347264.

HSL color Cylindrical-coordinate representation of color #8070F9: hue angle of 247.01º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8070F9 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 112 249 -
CMYK 0.49 0.55 0 0.02
HSL 247.01º 0.92% 0.71% -
HSV(B) 247.01º 0.55% 0.98% -
XYZ 31.8 23.02 92.39 -
YUV 132.4 193.8 124.86 -
System Red Green Blue C M Y K H S L
Decimal 128 112 249 0.49 0.55 0 0.02 247.01 0.92 0.71
Hex 80 70 F9 31 37 0 2 F7 5C 47
Octal 200 160 371 61 67 0 2 367 134 107
Binary 10000000 1110000 11111001 110001 110111 0 10 11110111 1011100 1000111

Color Harmonies of #8070F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8070F9

Black with #8070F9

Text Example


Text Example

White with #8070F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8070F9; }

 p { color: rgb(128,112,249); }

 H1.HeaderClassName
 {
   color: #8070F9;
 }
 .AnyTagClassName
 {
   color: #8070F9;
 }
</style>

background-color css

<style>
 a { background-color: #8070F9; }

 a { background-color: rgb(128,112,249); }

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

border-color css

<style>
 span { border-color: #8070F9; }

 span { border-color: rgb(128,112,249); }

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