Html Css Color HEX #707BDF Medium Slate Blue

📋 copy color: '#707BDF'

red 112 ◦ green 123 ◦ blue 223

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

Shades of Medium Slate Blue #707BDF

Tints of Medium Slate Blue #707BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 24.45%
G = 26.86%
B = 48.69%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#707BDF (or 0x707BDF) is known color: Medium Slate Blue. HEX triplet: 70, 7B and DF. RGB value is (112,123,223). Sum of RGB (Red+Green+Blue) = 112+123+223=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #707BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BDF is #8F8420. Grayscale: #828282. Windows color (decimal): -9405473 or 14646128. OLE color: 14646128.

HSL color Cylindrical-coordinate representation of color #707BDF: hue angle of 234.05º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707BDF is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 123 223 -
CMYK 0.50 0.45 0 0.13
HSL 234.05º 0.63% 0.66% -
HSV(B) 234.05º 0.5% 0.87% -
XYZ 27.08 22.94 72.81 -
YUV 131.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 112 123 223 0.50 0.45 0 0.13 234.05 0.63 0.66
Hex 70 7B DF 32 2D 0 D EA 3F 42
Octal 160 173 337 62 55 0 15 352 77 102
Binary 1110000 1111011 11011111 110010 101101 0 1101 11101010 111111 1000010

Color Harmonies of #707BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BDF

Black with #707BDF

Text Example


Text Example

White with #707BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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