Html Css Color HEX #7B70DA Medium Slate Blue

📋 copy color: '#7B70DA'

red 123 ◦ green 112 ◦ blue 218

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

Shades of Medium Slate Blue #7B70DA

Tints of Medium Slate Blue #7B70DA

RGB

 RED value IS 123 (48.44% from 255) = 27.15%

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 27.15%
G = 24.72%
B = 48.12%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7B70DA (or 0x7B70DA) is known color: Medium Slate Blue. HEX triplet: 7B, 70 and DA. RGB value is (123,112,218). Sum of RGB (Red+Green+Blue) = 123+112+218=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B70DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70DA is #848F25. Grayscale: #7E7E7E. Windows color (decimal): -8687398 or 14315643. OLE color: 14315643.

HSL color Cylindrical-coordinate representation of color #7B70DA: hue angle of 246.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B70DA is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 123 112 218 -
CMYK 0.44 0.49 0 0.15
HSL 246.23º 0.59% 0.65% -
HSV(B) 246.23º 0.49% 0.85% -
XYZ 26.62 20.86 68.95 -
YUV 127.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 123 112 218 0.44 0.49 0 0.15 246.23 0.59 0.65
Hex 7B 70 DA 2C 31 0 F F6 3B 41
Octal 173 160 332 54 61 0 17 366 73 101
Binary 1111011 1110000 11011010 101100 110001 0 1111 11110110 111011 1000001

Color Harmonies of #7B70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B70DA

Black with #7B70DA

Text Example


Text Example

White with #7B70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B70DA; }

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

 H1.HeaderClassName
 {
   color: #7B70DA;
 }
 .AnyTagClassName
 {
   color: #7B70DA;
 }
</style>

background-color css

<style>
 a { background-color: #7B70DA; }

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

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

border-color css

<style>
 span { border-color: #7B70DA; }

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

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