Html Css Color HEX #7240DA Slate Blue

📋 copy color: '#7240DA'

red 114 ◦ green 64 ◦ blue 218

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

Shades of Slate Blue #7240DA

Tints of Slate Blue #7240DA

RGB

 RED value IS 114 (44.92% from 255) = 28.79%

 GREEN value IS 64 (25.39% from 255) = 16.16%

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

R = 28.79%
G = 16.16%
B = 55.05%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7240DA (or 0x7240DA) is known color: Slate Blue. HEX triplet: 72, 40 and DA. RGB value is (114,64,218). Sum of RGB (Red+Green+Blue) = 114+64+218=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #7240DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7240DA is #8DBF25. Grayscale: #5F5F5F. Windows color (decimal): -9289510 or 14303346. OLE color: 14303346.

HSL color Cylindrical-coordinate representation of color #7240DA: hue angle of 259.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7240DA is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 64 218 -
CMYK 0.48 0.71 0 0.15
HSL 259.48º 0.68% 0.55% -
HSV(B) 259.48º 0.71% 0.85% -
XYZ 21.43 12.31 67.58 -
YUV 96.51 196.57 140.48 -
System Red Green Blue C M Y K H S L
Decimal 114 64 218 0.48 0.71 0 0.15 259.48 0.68 0.55
Hex 72 40 DA 30 47 0 F 103 44 37
Octal 162 100 332 60 107 0 17 403 104 67
Binary 1110010 1000000 11011010 110000 1000111 0 1111 100000011 1000100 110111

Color Harmonies of #7240DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7240DA

Black with #7240DA

Text Example


Text Example

White with #7240DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,64,218); }

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

background-color css

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

 a { background-color: rgb(114,64,218); }

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

border-color css

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

 span { border-color: rgb(114,64,218); }

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