Html Css Color HEX #707CF7 Light Slate Blue

📋 copy color: '#707CF7'

red 112 ◦ green 124 ◦ blue 247

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

Shades of Light Slate Blue #707CF7

Tints of Light Slate Blue #707CF7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.67%

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

R = 23.19%
G = 25.67%
B = 51.14%

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

#707CF7 (or 0x707CF7) is known color: Light Slate Blue. HEX triplet: 70, 7C and F7. RGB value is (112,124,247). Sum of RGB (Red+Green+Blue) = 112+124+247=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #707CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CF7 is #8F8308. Grayscale: #858585. Windows color (decimal): -9405193 or 16219248. OLE color: 16219248.

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

Color convert

RGB 112 124 247 -
CMYK 0.55 0.50 0 0.03
HSL 234.67º 0.89% 0.7% -
HSV(B) 234.67º 0.55% 0.97% -
XYZ 30.68 24.58 91.12 -
YUV 134.43 191.52 112 -
System Red Green Blue C M Y K H S L
Decimal 112 124 247 0.55 0.50 0 0.03 234.67 0.89 0.7
Hex 70 7C F7 37 32 0 3 EB 59 46
Octal 160 174 367 67 62 0 3 353 131 106
Binary 1110000 1111100 11110111 110111 110010 0 11 11101011 1011001 1000110

Color Harmonies of #707CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CF7

Black with #707CF7

Text Example


Text Example

White with #707CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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