Html Css Color HEX #707BDD Medium Slate Blue

📋 copy color: '#707BDD'

red 112 ◦ green 123 ◦ blue 221

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

Shades of Medium Slate Blue #707BDD

Tints of Medium Slate Blue #707BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 24.56%
G = 26.97%
B = 48.46%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#707BDD (or 0x707BDD) is known color: Medium Slate Blue. HEX triplet: 70, 7B and DD. RGB value is (112,123,221). Sum of RGB (Red+Green+Blue) = 112+123+221=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #707BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BDD is #8F8422. Grayscale: #828282. Windows color (decimal): -9405475 or 14515056. OLE color: 14515056.

HSL color Cylindrical-coordinate representation of color #707BDD: hue angle of 233.94º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707BDD is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 123 221 -
CMYK 0.49 0.44 0 0.13
HSL 233.95º 0.62% 0.65% -
HSV(B) 233.95º 0.49% 0.87% -
XYZ 26.82 22.83 71.4 -
YUV 130.88 178.86 114.53 -
System Red Green Blue C M Y K H S L
Decimal 112 123 221 0.49 0.44 0 0.13 233.95 0.62 0.65
Hex 70 7B DD 31 2C 0 D EA 3E 41
Octal 160 173 335 61 54 0 15 352 76 101
Binary 1110000 1111011 11011101 110001 101100 0 1101 11101010 111110 1000001

Color Harmonies of #707BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BDD

Black with #707BDD

Text Example


Text Example

White with #707BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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