Html Css Color HEX #7D7AFB Light Slate Blue

📋 copy color: '#7D7AFB'

red 125 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #7D7AFB

Tints of Light Slate Blue #7D7AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 25.1%
G = 24.5%
B = 50.4%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D7AFB (or 0x7D7AFB) is known color: Light Slate Blue. HEX triplet: 7D, 7A and FB. RGB value is (125,122,251). Sum of RGB (Red+Green+Blue) = 125+122+251=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D7AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7AFB is #828504. Grayscale: #898989. Windows color (decimal): -8553733 or 16480893. OLE color: 16480893.

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

Color convert

RGB 125 122 251 -
CMYK 0.50 0.51 0 0.02
HSL 241.4º 0.94% 0.73% -
HSV(B) 241.4º 0.51% 0.98% -
XYZ 32.83 25.24 94.41 -
YUV 137.6 191.99 119.01 -
System Red Green Blue C M Y K H S L
Decimal 125 122 251 0.50 0.51 0 0.02 241.4 0.94 0.73
Hex 7D 7A FB 32 33 0 2 F1 5E 49
Octal 175 172 373 62 63 0 2 361 136 111
Binary 1111101 1111010 11111011 110010 110011 0 10 11110001 1011110 1001001

Color Harmonies of #7D7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7AFB

Black with #7D7AFB

Text Example


Text Example

White with #7D7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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