Html Css Color HEX #7F7DF8 Light Slate Blue

📋 copy color: '#7F7DF8'

red 127 ◦ green 125 ◦ blue 248

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

Shades of Light Slate Blue #7F7DF8

Tints of Light Slate Blue #7F7DF8

RGB

 RED value IS 127 (50% from 255) = 25.4%

 GREEN value IS 125 (49.22% from 255) = 25%

 BLUE value IS 248 (97.27% from 255) = 49.6%

R = 25.4%
G = 25%
B = 49.6%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7F7DF8 (or 0x7F7DF8) is known color: Light Slate Blue. HEX triplet: 7F, 7D and F8. RGB value is (127,125,248). Sum of RGB (Red+Green+Blue) = 127+125+248=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #7F7DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7DF8 is #808207. Grayscale: #8B8B8B. Windows color (decimal): -8421896 or 16285055. OLE color: 16285055.

HSL color Cylindrical-coordinate representation of color #7F7DF8: hue angle of 240.98º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F7DF8 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 127 125 248 -
CMYK 0.49 0.50 0 0.03
HSL 240.98º 0.9% 0.73% -
HSV(B) 240.98º 0.5% 0.97% -
XYZ 33.03 25.96 92.08 -
YUV 139.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 127 125 248 0.49 0.50 0 0.03 240.98 0.9 0.73
Hex 7F 7D F8 31 32 0 3 F1 5A 49
Octal 177 175 370 61 62 0 3 361 132 111
Binary 1111111 1111101 11111000 110001 110010 0 11 11110001 1011010 1001001

Color Harmonies of #7F7DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7DF8

Black with #7F7DF8

Text Example


Text Example

White with #7F7DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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