Html Css Color HEX #7568DA Medium Slate Blue

📋 copy color: '#7568DA'

red 117 ◦ green 104 ◦ blue 218

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

Shades of Medium Slate Blue #7568DA

Tints of Medium Slate Blue #7568DA

RGB

 RED value IS 117 (46.09% from 255) = 26.65%

 GREEN value IS 104 (41.02% from 255) = 23.69%

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

R = 26.65%
G = 23.69%
B = 49.66%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7568DA (or 0x7568DA) is known color: Medium Slate Blue. HEX triplet: 75, 68 and DA. RGB value is (117,104,218). Sum of RGB (Red+Green+Blue) = 117+104+218=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #7568DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568DA is #8A9725. Grayscale: #787878. Windows color (decimal): -9082662 or 14313589. OLE color: 14313589.

HSL color Cylindrical-coordinate representation of color #7568DA: hue angle of 246.84º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7568DA is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 104 218 -
CMYK 0.46 0.52 0 0.15
HSL 246.84º 0.61% 0.63% -
HSV(B) 246.84º 0.52% 0.85% -
XYZ 24.94 18.74 68.63 -
YUV 120.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 117 104 218 0.46 0.52 0 0.15 246.84 0.61 0.63
Hex 75 68 DA 2E 34 0 F F7 3D 3F
Octal 165 150 332 56 64 0 17 367 75 77
Binary 1110101 1101000 11011010 101110 110100 0 1111 11110111 111101 111111

Color Harmonies of #7568DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7568DA

Black with #7568DA

Text Example


Text Example

White with #7568DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7568DA; }

 p { color: rgb(117,104,218); }

 H1.HeaderClassName
 {
   color: #7568DA;
 }
 .AnyTagClassName
 {
   color: #7568DA;
 }
</style>

background-color css

<style>
 a { background-color: #7568DA; }

 a { background-color: rgb(117,104,218); }

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

border-color css

<style>
 span { border-color: #7568DA; }

 span { border-color: rgb(117,104,218); }

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