Html Css Color HEX #707FF7 Light Slate Blue

📋 copy color: '#707FF7'

red 112 ◦ green 127 ◦ blue 247

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

Shades of Light Slate Blue #707FF7

Tints of Light Slate Blue #707FF7

RGB

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

 GREEN value IS 127 (50% from 255) = 26.13%

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

R = 23.05%
G = 26.13%
B = 50.82%

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

#707FF7 (or 0x707FF7) is known color: Light Slate Blue. HEX triplet: 70, 7F and F7. RGB value is (112,127,247). Sum of RGB (Red+Green+Blue) = 112+127+247=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #707FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FF7 is #8F8008. Grayscale: #878787. Windows color (decimal): -9404425 or 16220016. OLE color: 16220016.

HSL color Cylindrical-coordinate representation of color #707FF7: hue angle of 233.33º 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 #707FF7 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 127 247 -
CMYK 0.55 0.49 0 0.03
HSL 233.33º 0.89% 0.7% -
HSV(B) 233.33º 0.55% 0.97% -
XYZ 31.06 25.34 91.25 -
YUV 136.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 112 127 247 0.55 0.49 0 0.03 233.33 0.89 0.7
Hex 70 7F F7 37 31 0 3 E9 59 46
Octal 160 177 367 67 61 0 3 351 131 106
Binary 1110000 1111111 11110111 110111 110001 0 11 11101001 1011001 1000110

Color Harmonies of #707FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FF7

Black with #707FF7

Text Example


Text Example

White with #707FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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