Html Css Color HEX #707DF7 Light Slate Blue

📋 copy color: '#707DF7'

red 112 ◦ green 125 ◦ blue 247

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

Shades of Light Slate Blue #707DF7

Tints of Light Slate Blue #707DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.03%

R = 23.14%
G = 25.83%
B = 51.03%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#707DF7 (or 0x707DF7) is known color: Light Slate Blue. HEX triplet: 70, 7D and F7. RGB value is (112,125,247). Sum of RGB (Red+Green+Blue) = 112+125+247=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #707DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DF7 is #8F8208. Grayscale: #868686. Windows color (decimal): -9404937 or 16219504. OLE color: 16219504.

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

Color convert

RGB 112 125 247 -
CMYK 0.55 0.49 0 0.03
HSL 234.22º 0.89% 0.7% -
HSV(B) 234.22º 0.55% 0.97% -
XYZ 30.8 24.83 91.16 -
YUV 135.02 191.19 111.58 -
System Red Green Blue C M Y K H S L
Decimal 112 125 247 0.55 0.49 0 0.03 234.22 0.89 0.7
Hex 70 7D F7 37 31 0 3 EA 59 46
Octal 160 175 367 67 61 0 3 352 131 106
Binary 1110000 1111101 11110111 110111 110001 0 11 11101010 1011001 1000110

Color Harmonies of #707DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DF7

Black with #707DF7

Text Example


Text Example

White with #707DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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