Html Css Color HEX #707CF8 Light Slate Blue

📋 copy color: '#707CF8'

red 112 ◦ green 124 ◦ blue 248

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

Shades of Light Slate Blue #707CF8

Tints of Light Slate Blue #707CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.24%

R = 23.14%
G = 25.62%
B = 51.24%

CMYK

 C value IS 0.55

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#707CF8 (or 0x707CF8) is known color: Light Slate Blue. HEX triplet: 70, 7C and F8. RGB value is (112,124,248). Sum of RGB (Red+Green+Blue) = 112+124+248=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #707CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CF8 is #8F8307. Grayscale: #868686. Windows color (decimal): -9405192 or 16284784. OLE color: 16284784.

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

Color convert

RGB 112 124 248 -
CMYK 0.55 0.5 0 0.03
HSL 234.71º 0.91% 0.71% -
HSV(B) 234.71º 0.55% 0.97% -
XYZ 30.83 24.64 91.94 -
YUV 134.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 112 124 248 0.55 0.5 0 0.03 234.71 0.91 0.71
Hex 70 7C F8 37 32 0 3 EB 5B 47
Octal 160 174 370 67 62 0 3 353 133 107
Binary 1110000 1111100 11111000 110111 110010 0 11 11101011 1011011 1000111

Color Harmonies of #707CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CF8

Black with #707CF8

Text Example


Text Example

White with #707CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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