Html Css Color HEX #7C80FA Light Slate Blue

📋 copy color: '#7C80FA'

red 124 ◦ green 128 ◦ blue 250

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

Shades of Light Slate Blue #7C80FA

Tints of Light Slate Blue #7C80FA

RGB

 RED value IS 124 (48.83% from 255) = 24.7%

 GREEN value IS 128 (50.39% from 255) = 25.5%

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

R = 24.7%
G = 25.5%
B = 49.8%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C80FA (or 0x7C80FA) is known color: Light Slate Blue. HEX triplet: 7C, 80 and FA. RGB value is (124,128,250). Sum of RGB (Red+Green+Blue) = 124+128+250=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C80FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C80FA is #837F05. Grayscale: #8C8C8C. Windows color (decimal): -8617734 or 16416892. OLE color: 16416892.

HSL color Cylindrical-coordinate representation of color #7C80FA: hue angle of 238.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C80FA is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 128 250 -
CMYK 0.50 0.49 0 0.02
HSL 238.1º 0.93% 0.73% -
HSV(B) 238.1º 0.5% 0.98% -
XYZ 33.29 26.63 93.83 -
YUV 140.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 124 128 250 0.50 0.49 0 0.02 238.1 0.93 0.73
Hex 7C 80 FA 32 31 0 2 EE 5D 49
Octal 174 200 372 62 61 0 2 356 135 111
Binary 1111100 10000000 11111010 110010 110001 0 10 11101110 1011101 1001001

Color Harmonies of #7C80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C80FA

Black with #7C80FA

Text Example


Text Example

White with #7C80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C80FA; }

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

 H1.HeaderClassName
 {
   color: #7C80FA;
 }
 .AnyTagClassName
 {
   color: #7C80FA;
 }
</style>

background-color css

<style>
 a { background-color: #7C80FA; }

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

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

border-color css

<style>
 span { border-color: #7C80FA; }

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

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