Html Css Color HEX #707DF8 Light Slate Blue

📋 copy color: '#707DF8'

red 112 ◦ green 125 ◦ blue 248

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

Shades of Light Slate Blue #707DF8

Tints of Light Slate Blue #707DF8

RGB

 RED value IS 112 (44.14% from 255) = 23.09%

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

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

R = 23.09%
G = 25.77%
B = 51.13%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#707DF8 (or 0x707DF8) is known color: Light Slate Blue. HEX triplet: 70, 7D and F8. RGB value is (112,125,248). Sum of RGB (Red+Green+Blue) = 112+125+248=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #707DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DF8 is #8F8207. Grayscale: #868686. Windows color (decimal): -9404936 or 16285040. OLE color: 16285040.

HSL color Cylindrical-coordinate representation of color #707DF8: hue angle of 234.26º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #707DF8 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 125 248 -
CMYK 0.55 0.50 0 0.03
HSL 234.26º 0.91% 0.71% -
HSV(B) 234.26º 0.55% 0.97% -
XYZ 30.96 24.89 91.98 -
YUV 135.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 112 125 248 0.55 0.50 0 0.03 234.26 0.91 0.71
Hex 70 7D F8 37 32 0 3 EA 5B 47
Octal 160 175 370 67 62 0 3 352 133 107
Binary 1110000 1111101 11111000 110111 110010 0 11 11101010 1011011 1000111

Color Harmonies of #707DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DF8

Black with #707DF8

Text Example


Text Example

White with #707DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707DF8; }

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

 H1.HeaderClassName
 {
   color: #707DF8;
 }
 .AnyTagClassName
 {
   color: #707DF8;
 }
</style>

background-color css

<style>
 a { background-color: #707DF8; }

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

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

border-color css

<style>
 span { border-color: #707DF8; }

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

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