Html Css Color HEX #7D77FD Light Slate Blue

📋 copy color: '#7D77FD'

red 125 ◦ green 119 ◦ blue 253

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

Shades of Light Slate Blue #7D77FD

Tints of Light Slate Blue #7D77FD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.94%

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 25.15%
G = 23.94%
B = 50.91%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D77FD (or 0x7D77FD) is known color: Light Slate Blue. HEX triplet: 7D, 77 and FD. RGB value is (125,119,253). Sum of RGB (Red+Green+Blue) = 125+119+253=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D77FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D77FD is #828802. Grayscale: #878787. Windows color (decimal): -8554499 or 16611197. OLE color: 16611197.

HSL color Cylindrical-coordinate representation of color #7D77FD: hue angle of 242.69º degrees, saturation: 0.97, 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 #7D77FD is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 119 253 -
CMYK 0.51 0.53 0 0.01
HSL 242.69º 0.97% 0.73% -
HSV(B) 242.69º 0.53% 0.99% -
XYZ 32.78 24.65 95.96 -
YUV 136.07 193.99 120.1 -
System Red Green Blue C M Y K H S L
Decimal 125 119 253 0.51 0.53 0 0.01 242.69 0.97 0.73
Hex 7D 77 FD 33 35 0 1 F3 61 49
Octal 175 167 375 63 65 0 1 363 141 111
Binary 1111101 1110111 11111101 110011 110101 0 1 11110011 1100001 1001001

Color Harmonies of #7D77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D77FD

Black with #7D77FD

Text Example


Text Example

White with #7D77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,253); }

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

background-color css

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

 a { background-color: rgb(125,119,253); }

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

border-color css

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

 span { border-color: rgb(125,119,253); }

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