Html Css Color HEX #7D73FA Light Slate Blue

📋 copy color: '#7D73FA'

red 125 ◦ green 115 ◦ blue 250

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

Shades of Light Slate Blue #7D73FA

Tints of Light Slate Blue #7D73FA

RGB

 RED value IS 125 (49.22% from 255) = 25.51%

 GREEN value IS 115 (45.31% from 255) = 23.47%

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

R = 25.51%
G = 23.47%
B = 51.02%

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

#7D73FA (or 0x7D73FA) is known color: Light Slate Blue. HEX triplet: 7D, 73 and FA. RGB value is (125,115,250). Sum of RGB (Red+Green+Blue) = 125+115+250=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D73FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D73FA is #828C05. Grayscale: #848484. Windows color (decimal): -8555526 or 16413565. OLE color: 16413565.

HSL color Cylindrical-coordinate representation of color #7D73FA: hue angle of 244.44º 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 #7D73FA is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 115 250 -
CMYK 0.50 0.54 0 0.02
HSL 244.44º 0.93% 0.72% -
HSV(B) 244.44º 0.54% 0.98% -
XYZ 31.84 23.52 93.3 -
YUV 133.38 193.81 122.02 -
System Red Green Blue C M Y K H S L
Decimal 125 115 250 0.50 0.54 0 0.02 244.44 0.93 0.72
Hex 7D 73 FA 32 36 0 2 F4 5D 48
Octal 175 163 372 62 66 0 2 364 135 110
Binary 1111101 1110011 11111010 110010 110110 0 10 11110100 1011101 1001000

Color Harmonies of #7D73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D73FA

Black with #7D73FA

Text Example


Text Example

White with #7D73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,115,250); }

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

background-color css

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

 a { background-color: rgb(125,115,250); }

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

border-color css

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

 span { border-color: rgb(125,115,250); }

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