Html Css Color HEX #8074FA Light Slate Blue

📋 copy color: '#8074FA'

red 128 ◦ green 116 ◦ blue 250

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

Shades of Light Slate Blue #8074FA

Tints of Light Slate Blue #8074FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.48%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 25.91%
G = 23.48%
B = 50.61%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8074FA (or 0x8074FA) is known color: Light Slate Blue. HEX triplet: 80, 74 and FA. RGB value is (128,116,250). Sum of RGB (Red+Green+Blue) = 128+116+250=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #8074FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8074FA is #7F8B05. Grayscale: #868686. Windows color (decimal): -8358662 or 16413824. OLE color: 16413824.

HSL color Cylindrical-coordinate representation of color #8074FA: hue angle of 245.37º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8074FA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 116 250 -
CMYK 0.49 0.54 0 0.02
HSL 245.37º 0.93% 0.72% -
HSV(B) 245.37º 0.54% 0.98% -
XYZ 32.4 23.98 93.36 -
YUV 134.86 192.98 123.1 -
System Red Green Blue C M Y K H S L
Decimal 128 116 250 0.49 0.54 0 0.02 245.37 0.93 0.72
Hex 80 74 FA 31 36 0 2 F5 5D 48
Octal 200 164 372 61 66 0 2 365 135 110
Binary 10000000 1110100 11111010 110001 110110 0 10 11110101 1011101 1001000

Color Harmonies of #8074FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8074FA

Black with #8074FA

Text Example


Text Example

White with #8074FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8074FA; }

 p { color: rgb(128,116,250); }

 H1.HeaderClassName
 {
   color: #8074FA;
 }
 .AnyTagClassName
 {
   color: #8074FA;
 }
</style>

background-color css

<style>
 a { background-color: #8074FA; }

 a { background-color: rgb(128,116,250); }

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

border-color css

<style>
 span { border-color: #8074FA; }

 span { border-color: rgb(128,116,250); }

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