Html Css Color HEX #707EFA Light Slate Blue

📋 copy color: '#707EFA'

red 112 ◦ green 126 ◦ blue 250

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

Shades of Light Slate Blue #707EFA

Tints of Light Slate Blue #707EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.82%

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

R = 22.95%
G = 25.82%
B = 51.23%

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

#707EFA (or 0x707EFA) is known color: Light Slate Blue. HEX triplet: 70, 7E and FA. RGB value is (112,126,250). Sum of RGB (Red+Green+Blue) = 112+126+250=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #707EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EFA is #8F8105. Grayscale: #878787. Windows color (decimal): -9404678 or 16416368. OLE color: 16416368.

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

Color convert

RGB 112 126 250 -
CMYK 0.55 0.50 0 0.02
HSL 233.91º 0.93% 0.71% -
HSV(B) 233.91º 0.55% 0.98% -
XYZ 31.4 25.27 93.66 -
YUV 135.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 112 126 250 0.55 0.50 0 0.02 233.91 0.93 0.71
Hex 70 7E FA 37 32 0 2 EA 5D 47
Octal 160 176 372 67 62 0 2 352 135 107
Binary 1110000 1111110 11111010 110111 110010 0 10 11101010 1011101 1000111

Color Harmonies of #707EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EFA

Black with #707EFA

Text Example


Text Example

White with #707EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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