Html Css Color HEX #7D8AF8 Light Slate Blue

📋 copy color: '#7D8AF8'

red 125 ◦ green 138 ◦ blue 248

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

Shades of Light Slate Blue #7D8AF8

Tints of Light Slate Blue #7D8AF8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.01%

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

R = 24.46%
G = 27.01%
B = 48.53%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7D8AF8 (or 0x7D8AF8) is known color: Light Slate Blue. HEX triplet: 7D, 8A and F8. RGB value is (125,138,248). Sum of RGB (Red+Green+Blue) = 125+138+248=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D8AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8AF8 is #827507. Grayscale: #929292. Windows color (decimal): -8549640 or 16288381. OLE color: 16288381.

HSL color Cylindrical-coordinate representation of color #7D8AF8: hue angle of 233.66º 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 #7D8AF8 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 138 248 -
CMYK 0.50 0.44 0 0.03
HSL 233.66º 0.9% 0.73% -
HSV(B) 233.66º 0.5% 0.97% -
XYZ 34.49 29.31 92.65 -
YUV 146.65 185.19 112.56 -
System Red Green Blue C M Y K H S L
Decimal 125 138 248 0.50 0.44 0 0.03 233.66 0.9 0.73
Hex 7D 8A F8 32 2C 0 3 EA 5A 49
Octal 175 212 370 62 54 0 3 352 132 111
Binary 1111101 10001010 11111000 110010 101100 0 11 11101010 1011010 1001001

Color Harmonies of #7D8AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8AF8

Black with #7D8AF8

Text Example


Text Example

White with #7D8AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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