Html Css Color HEX #7C72FA Light Slate Blue

📋 copy color: '#7C72FA'

red 124 ◦ green 114 ◦ blue 250

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

Shades of Light Slate Blue #7C72FA

Tints of Light Slate Blue #7C72FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.36%

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

R = 25.41%
G = 23.36%
B = 51.23%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C72FA (or 0x7C72FA) is known color: Light Slate Blue. HEX triplet: 7C, 72 and FA. RGB value is (124,114,250). Sum of RGB (Red+Green+Blue) = 124+114+250=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C72FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C72FA is #838D05. Grayscale: #838383. Windows color (decimal): -8621318 or 16413308. OLE color: 16413308.

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

Color convert

RGB 124 114 250 -
CMYK 0.50 0.54 0 0.02
HSL 244.41º 0.93% 0.71% -
HSV(B) 244.41º 0.54% 0.98% -
XYZ 31.58 23.22 93.26 -
YUV 132.49 194.31 121.94 -
System Red Green Blue C M Y K H S L
Decimal 124 114 250 0.50 0.54 0 0.02 244.41 0.93 0.71
Hex 7C 72 FA 32 36 0 2 F4 5D 47
Octal 174 162 372 62 66 0 2 364 135 107
Binary 1111100 1110010 11111010 110010 110110 0 10 11110100 1011101 1000111

Color Harmonies of #7C72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C72FA

Black with #7C72FA

Text Example


Text Example

White with #7C72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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