Html Css Color HEX #707CFA Light Slate Blue

📋 copy color: '#707CFA'

red 112 ◦ green 124 ◦ blue 250

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

Shades of Light Slate Blue #707CFA

Tints of Light Slate Blue #707CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 23.05%
G = 25.51%
B = 51.44%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#707CFA (or 0x707CFA) is known color: Light Slate Blue. HEX triplet: 70, 7C and FA. RGB value is (112,124,250). Sum of RGB (Red+Green+Blue) = 112+124+250=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #707CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CFA is #8F8305. Grayscale: #868686. Windows color (decimal): -9405190 or 16415856. OLE color: 16415856.

HSL color Cylindrical-coordinate representation of color #707CFA: hue angle of 234.78º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #707CFA is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 124 250 -
CMYK 0.55 0.50 0 0.02
HSL 234.78º 0.93% 0.71% -
HSV(B) 234.78º 0.55% 0.98% -
XYZ 31.15 24.76 93.58 -
YUV 134.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 112 124 250 0.55 0.50 0 0.02 234.78 0.93 0.71
Hex 70 7C FA 37 32 0 2 EB 5D 47
Octal 160 174 372 67 62 0 2 353 135 107
Binary 1110000 1111100 11111010 110111 110010 0 10 11101011 1011101 1000111

Color Harmonies of #707CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CFA

Black with #707CFA

Text Example


Text Example

White with #707CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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