Html Css Color HEX #7D73FC Light Slate Blue

📋 copy color: '#7D73FC'

red 125 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #7D73FC

Tints of Light Slate Blue #7D73FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 25.41%
G = 23.37%
B = 51.22%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D73FC (or 0x7D73FC) is known color: Light Slate Blue. HEX triplet: 7D, 73 and FC. RGB value is (125,115,252). Sum of RGB (Red+Green+Blue) = 125+115+252=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D73FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D73FC is #828C03. Grayscale: #858585. Windows color (decimal): -8555524 or 16544637. OLE color: 16544637.

HSL color Cylindrical-coordinate representation of color #7D73FC: hue angle of 244.38º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D73FC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 115 252 -
CMYK 0.50 0.54 0 0.01
HSL 244.38º 0.96% 0.72% -
HSV(B) 244.38º 0.54% 0.99% -
XYZ 32.16 23.65 94.97 -
YUV 133.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 125 115 252 0.50 0.54 0 0.01 244.38 0.96 0.72
Hex 7D 73 FC 32 36 0 1 F4 60 48
Octal 175 163 374 62 66 0 1 364 140 110
Binary 1111101 1110011 11111100 110010 110110 0 1 11110100 1100000 1001000

Color Harmonies of #7D73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D73FC

Black with #7D73FC

Text Example


Text Example

White with #7D73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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