Html Css Color HEX #7C80F1 Light Slate Blue

📋 copy color: '#7C80F1'

red 124 ◦ green 128 ◦ blue 241

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

Shades of Light Slate Blue #7C80F1

Tints of Light Slate Blue #7C80F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.88%

R = 25.15%
G = 25.96%
B = 48.88%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7C80F1 (or 0x7C80F1) is known color: Light Slate Blue. HEX triplet: 7C, 80 and F1. RGB value is (124,128,241). Sum of RGB (Red+Green+Blue) = 124+128+241=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C80F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C80F1 is #837F0E. Grayscale: #8B8B8B. Windows color (decimal): -8617743 or 15827068. OLE color: 15827068.

HSL color Cylindrical-coordinate representation of color #7C80F1: hue angle of 237.95º degrees, saturation: 0.81, 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 #7C80F1 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 128 241 -
CMYK 0.49 0.47 0 0.05
HSL 237.95º 0.81% 0.72% -
HSV(B) 237.95º 0.49% 0.95% -
XYZ 31.91 26.07 86.57 -
YUV 139.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 124 128 241 0.49 0.47 0 0.05 237.95 0.81 0.72
Hex 7C 80 F1 31 2F 0 5 EE 51 48
Octal 174 200 361 61 57 0 5 356 121 110
Binary 1111100 10000000 11110001 110001 101111 0 101 11101110 1010001 1001000

Color Harmonies of #7C80F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C80F1

Black with #7C80F1

Text Example


Text Example

White with #7C80F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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