Html Css Color HEX #7D73FF Light Slate Blue

📋 copy color: '#7D73FF'

red 125 ◦ green 115 ◦ blue 255

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

Shades of Light Slate Blue #7D73FF

Tints of Light Slate Blue #7D73FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 25.25%
G = 23.23%
B = 51.52%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D73FF (or 0x7D73FF) is known color: Light Slate Blue. HEX triplet: 7D, 73 and FF. RGB value is (125,115,255). Sum of RGB (Red+Green+Blue) = 125+115+255=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D73FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D73FF is #828C00. Grayscale: #858585. Windows color (decimal): -8555521 or 16741245. OLE color: 16741245.

HSL color Cylindrical-coordinate representation of color #7D73FF: hue angle of 244.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D73FF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 115 255 -
CMYK 0.51 0.55 0 0
HSL 244.29º 1% 0.73% -
HSV(B) 244.29º 0.55% 1% -
XYZ 32.64 23.84 97.49 -
YUV 133.95 196.31 121.62 -
System Red Green Blue C M Y K H S L
Decimal 125 115 255 0.51 0.55 0 0 244.29 1 0.73
Hex 7D 73 FF 33 37 0 0 F4 64 49
Octal 175 163 377 63 67 0 0 364 144 111
Binary 1111101 1110011 11111111 110011 110111 0 0 11110100 1100100 1001001

Color Harmonies of #7D73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D73FF

Black with #7D73FF

Text Example


Text Example

White with #7D73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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