Html Css Color HEX #707DFF Light Slate Blue

📋 copy color: '#707DFF'

red 112 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #707DFF

Tints of Light Slate Blue #707DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.83%

R = 22.76%
G = 25.41%
B = 51.83%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#707DFF (or 0x707DFF) is known color: Light Slate Blue. HEX triplet: 70, 7D and FF. RGB value is (112,125,255). Sum of RGB (Red+Green+Blue) = 112+125+255=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #707DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DFF is #8F8200. Grayscale: #878787. Windows color (decimal): -9404929 or 16743792. OLE color: 16743792.

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

Color convert

RGB 112 125 255 -
CMYK 0.56 0.51 0 0
HSL 234.55º 1% 0.72% -
HSV(B) 234.55º 0.56% 1% -
XYZ 32.07 25.33 97.81 -
YUV 135.93 195.19 110.93 -
System Red Green Blue C M Y K H S L
Decimal 112 125 255 0.56 0.51 0 0 234.55 1 0.72
Hex 70 7D FF 38 33 0 0 EB 64 48
Octal 160 175 377 70 63 0 0 353 144 110
Binary 1110000 1111101 11111111 111000 110011 0 0 11101011 1100100 1001000

Color Harmonies of #707DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DFF

Black with #707DFF

Text Example


Text Example

White with #707DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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