Html Css Color HEX #7D7AFC Light Slate Blue

📋 copy color: '#7D7AFC'

red 125 ◦ green 122 ◦ blue 252

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

Shades of Light Slate Blue #7D7AFC

Tints of Light Slate Blue #7D7AFC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.45%

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

R = 25.05%
G = 24.45%
B = 50.5%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D7AFC (or 0x7D7AFC) is known color: Light Slate Blue. HEX triplet: 7D, 7A and FC. RGB value is (125,122,252). Sum of RGB (Red+Green+Blue) = 125+122+252=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D7AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7AFC is #828503. Grayscale: #898989. Windows color (decimal): -8553732 or 16546429. OLE color: 16546429.

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

Color convert

RGB 125 122 252 -
CMYK 0.50 0.52 0 0.01
HSL 241.38º 0.96% 0.73% -
HSV(B) 241.38º 0.52% 0.99% -
XYZ 32.99 25.31 95.24 -
YUV 137.72 192.49 118.93 -
System Red Green Blue C M Y K H S L
Decimal 125 122 252 0.50 0.52 0 0.01 241.38 0.96 0.73
Hex 7D 7A FC 32 34 0 1 F1 60 49
Octal 175 172 374 62 64 0 1 361 140 111
Binary 1111101 1111010 11111100 110010 110100 0 1 11110001 1100000 1001001

Color Harmonies of #7D7AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7AFC

Black with #7D7AFC

Text Example


Text Example

White with #7D7AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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