Html Css Color HEX #707CFC Light Slate Blue

📋 copy color: '#707CFC'

red 112 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #707CFC

Tints of Light Slate Blue #707CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 22.95%
G = 25.41%
B = 51.64%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#707CFC (or 0x707CFC) is known color: Light Slate Blue. HEX triplet: 70, 7C and FC. RGB value is (112,124,252). Sum of RGB (Red+Green+Blue) = 112+124+252=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #707CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CFC is #8F8303. Grayscale: #868686. Windows color (decimal): -9405188 or 16546928. OLE color: 16546928.

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

Color convert

RGB 112 124 252 -
CMYK 0.56 0.51 0 0.01
HSL 234.86º 0.96% 0.71% -
HSV(B) 234.86º 0.56% 0.99% -
XYZ 31.46 24.89 95.24 -
YUV 135 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 112 124 252 0.56 0.51 0 0.01 234.86 0.96 0.71
Hex 70 7C FC 38 33 0 1 EB 60 47
Octal 160 174 374 70 63 0 1 353 140 107
Binary 1110000 1111100 11111100 111000 110011 0 1 11101011 1100000 1000111

Color Harmonies of #707CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CFC

Black with #707CFC

Text Example


Text Example

White with #707CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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