Html Css Color HEX #8070FE Light Slate Blue

📋 copy color: '#8070FE'

red 128 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #8070FE

Tints of Light Slate Blue #8070FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 25.91%
G = 22.67%
B = 51.42%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8070FE (or 0x8070FE) is known color: Light Slate Blue. HEX triplet: 80, 70 and FE. RGB value is (128,112,254). Sum of RGB (Red+Green+Blue) = 128+112+254=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #8070FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8070FE is #7F8F01. Grayscale: #848484. Windows color (decimal): -8359682 or 16674944. OLE color: 16674944.

HSL color Cylindrical-coordinate representation of color #8070FE: hue angle of 246.76º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8070FE is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 112 254 -
CMYK 0.50 0.56 0 0.00
HSL 246.76º 0.99% 0.72% -
HSV(B) 246.76º 0.56% 1% -
XYZ 32.59 23.33 96.55 -
YUV 132.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 128 112 254 0.50 0.56 0 0.00 246.76 0.99 0.72
Hex 80 70 FE 32 38 0 0 F7 63 48
Octal 200 160 376 62 70 0 0 367 143 110
Binary 10000000 1110000 11111110 110010 111000 0 0 11110111 1100011 1001000

Color Harmonies of #8070FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8070FE

Black with #8070FE

Text Example


Text Example

White with #8070FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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