Html Css Color HEX #7D76FA Light Slate Blue

📋 copy color: '#7D76FA'

red 125 ◦ green 118 ◦ blue 250

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

Shades of Light Slate Blue #7D76FA

Tints of Light Slate Blue #7D76FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.94%

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

R = 25.35%
G = 23.94%
B = 50.71%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D76FA (or 0x7D76FA) is known color: Light Slate Blue. HEX triplet: 7D, 76 and FA. RGB value is (125,118,250). Sum of RGB (Red+Green+Blue) = 125+118+250=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D76FA is #828905. Grayscale: #868686. Windows color (decimal): -8554758 or 16414333. OLE color: 16414333.

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

Color convert

RGB 125 118 250 -
CMYK 0.50 0.53 0 0.02
HSL 243.18º 0.93% 0.72% -
HSV(B) 243.18º 0.53% 0.98% -
XYZ 32.19 24.22 93.42 -
YUV 135.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 125 118 250 0.50 0.53 0 0.02 243.18 0.93 0.72
Hex 7D 76 FA 32 35 0 2 F3 5D 48
Octal 175 166 372 62 65 0 2 363 135 110
Binary 1111101 1110110 11111010 110010 110101 0 10 11110011 1011101 1001000

Color Harmonies of #7D76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D76FA

Black with #7D76FA

Text Example


Text Example

White with #7D76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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