Html Css Color HEX #707BE5 Medium Slate Blue

📋 copy color: '#707BE5'

red 112 ◦ green 123 ◦ blue 229

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

Shades of Medium Slate Blue #707BE5

Tints of Medium Slate Blue #707BE5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

 BLUE value IS 229 (89.84% from 255) = 49.35%

R = 24.14%
G = 26.51%
B = 49.35%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#707BE5 (or 0x707BE5) is known color: Medium Slate Blue. HEX triplet: 70, 7B and E5. RGB value is (112,123,229). Sum of RGB (Red+Green+Blue) = 112+123+229=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #707BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BE5 is #8F841A. Grayscale: #838383. Windows color (decimal): -9405467 or 15039344. OLE color: 15039344.

HSL color Cylindrical-coordinate representation of color #707BE5: hue angle of 234.36º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #707BE5 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 123 229 -
CMYK 0.51 0.46 0 0.10
HSL 234.36º 0.69% 0.67% -
HSV(B) 234.36º 0.51% 0.9% -
XYZ 27.91 23.27 77.15 -
YUV 131.8 182.86 113.88 -
System Red Green Blue C M Y K H S L
Decimal 112 123 229 0.51 0.46 0 0.10 234.36 0.69 0.67
Hex 70 7B E5 33 2E 0 A EA 45 43
Octal 160 173 345 63 56 0 12 352 105 103
Binary 1110000 1111011 11100101 110011 101110 0 1010 11101010 1000101 1000011

Color Harmonies of #707BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BE5

Black with #707BE5

Text Example


Text Example

White with #707BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,123,229); }

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

background-color css

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

 a { background-color: rgb(112,123,229); }

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

border-color css

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

 span { border-color: rgb(112,123,229); }

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