Html Css Color HEX #707DFE Light Slate Blue

📋 copy color: '#707DFE'

red 112 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #707DFE

Tints of Light Slate Blue #707DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 22.81%
G = 25.46%
B = 51.73%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#707DFE (or 0x707DFE) is known color: Light Slate Blue. HEX triplet: 70, 7D and FE. RGB value is (112,125,254). Sum of RGB (Red+Green+Blue) = 112+125+254=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #707DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DFE is #8F8201. Grayscale: #878787. Windows color (decimal): -9404930 or 16678256. OLE color: 16678256.

HSL color Cylindrical-coordinate representation of color #707DFE: hue angle of 234.51º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707DFE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 125 254 -
CMYK 0.56 0.51 0 0.00
HSL 234.51º 0.99% 0.72% -
HSV(B) 234.51º 0.56% 1% -
XYZ 31.91 25.27 96.96 -
YUV 135.82 194.69 111.01 -
System Red Green Blue C M Y K H S L
Decimal 112 125 254 0.56 0.51 0 0.00 234.51 0.99 0.72
Hex 70 7D FE 38 33 0 0 EB 63 48
Octal 160 175 376 70 63 0 0 353 143 110
Binary 1110000 1111101 11111110 111000 110011 0 0 11101011 1100011 1001000

Color Harmonies of #707DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DFE

Black with #707DFE

Text Example


Text Example

White with #707DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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