Html Css Color HEX #7D7FFD Light Slate Blue

📋 copy color: '#7D7FFD'

red 125 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #7D7FFD

Tints of Light Slate Blue #7D7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.15%

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

R = 24.75%
G = 25.15%
B = 50.1%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D7FFD (or 0x7D7FFD) is known color: Light Slate Blue. HEX triplet: 7D, 7F and FD. RGB value is (125,127,253). Sum of RGB (Red+Green+Blue) = 125+127+253=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D7FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7FFD is #828002. Grayscale: #8C8C8C. Windows color (decimal): -8552451 or 16613245. OLE color: 16613245.

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

Color convert

RGB 125 127 253 -
CMYK 0.51 0.50 0 0.01
HSL 239.06º 0.97% 0.74% -
HSV(B) 239.06º 0.51% 0.99% -
XYZ 33.78 26.63 96.29 -
YUV 140.77 191.34 116.75 -
System Red Green Blue C M Y K H S L
Decimal 125 127 253 0.51 0.50 0 0.01 239.06 0.97 0.74
Hex 7D 7F FD 33 32 0 1 EF 61 4A
Octal 175 177 375 63 62 0 1 357 141 112
Binary 1111101 1111111 11111101 110011 110010 0 1 11101111 1100001 1001010

Color Harmonies of #7D7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7FFD

Black with #7D7FFD

Text Example


Text Example

White with #7D7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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