Html Css Color HEX #7D76FC Light Slate Blue

📋 copy color: '#7D76FC'

red 125 ◦ green 118 ◦ blue 252

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

Shades of Light Slate Blue #7D76FC

Tints of Light Slate Blue #7D76FC

RGB

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

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

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

R = 25.25%
G = 23.84%
B = 50.91%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D76FC (or 0x7D76FC) is known color: Light Slate Blue. HEX triplet: 7D, 76 and FC. RGB value is (125,118,252). Sum of RGB (Red+Green+Blue) = 125+118+252=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D76FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D76FC is #828903. Grayscale: #868686. Windows color (decimal): -8554756 or 16545405. OLE color: 16545405.

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

Color convert

RGB 125 118 252 -
CMYK 0.50 0.53 0 0.01
HSL 243.13º 0.96% 0.73% -
HSV(B) 243.13º 0.53% 0.99% -
XYZ 32.51 24.35 95.08 -
YUV 135.37 193.82 120.6 -
System Red Green Blue C M Y K H S L
Decimal 125 118 252 0.50 0.53 0 0.01 243.13 0.96 0.73
Hex 7D 76 FC 32 35 0 1 F3 60 49
Octal 175 166 374 62 65 0 1 363 140 111
Binary 1111101 1110110 11111100 110010 110101 0 1 11110011 1100000 1001001

Color Harmonies of #7D76FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D76FC

Black with #7D76FC

Text Example


Text Example

White with #7D76FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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