Html Css Color HEX #7D7EFB Light Slate Blue

📋 copy color: '#7D7EFB'

red 125 ◦ green 126 ◦ blue 251

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

Shades of Light Slate Blue #7D7EFB

Tints of Light Slate Blue #7D7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

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

R = 24.9%
G = 25.1%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D7EFB (or 0x7D7EFB) is known color: Light Slate Blue. HEX triplet: 7D, 7E and FB. RGB value is (125,126,251). Sum of RGB (Red+Green+Blue) = 125+126+251=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D7EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7EFB is #828104. Grayscale: #8B8B8B. Windows color (decimal): -8552709 or 16481917. OLE color: 16481917.

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

Color convert

RGB 125 126 251 -
CMYK 0.50 0.50 0 0.02
HSL 239.52º 0.94% 0.74% -
HSV(B) 239.52º 0.5% 0.98% -
XYZ 33.33 26.25 94.58 -
YUV 139.95 190.67 117.34 -
System Red Green Blue C M Y K H S L
Decimal 125 126 251 0.50 0.50 0 0.02 239.52 0.94 0.74
Hex 7D 7E FB 32 32 0 2 F0 5E 4A
Octal 175 176 373 62 62 0 2 360 136 112
Binary 1111101 1111110 11111011 110010 110010 0 10 11110000 1011110 1001010

Color Harmonies of #7D7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7EFB

Black with #7D7EFB

Text Example


Text Example

White with #7D7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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