Html Css Color HEX #7459DD Slate Blue

📋 copy color: '#7459DD'

red 116 ◦ green 89 ◦ blue 221

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

Shades of Slate Blue #7459DD

Tints of Slate Blue #7459DD

RGB

 RED value IS 116 (45.7% from 255) = 27.23%

 GREEN value IS 89 (35.16% from 255) = 20.89%

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

R = 27.23%
G = 20.89%
B = 51.88%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7459DD (or 0x7459DD) is known color: Slate Blue. HEX triplet: 74, 59 and DD. RGB value is (116,89,221). Sum of RGB (Red+Green+Blue) = 116+89+221=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #7459DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459DD is #8BA622. Grayscale: #6F6F6F. Windows color (decimal): -9152035 or 14506356. OLE color: 14506356.

HSL color Cylindrical-coordinate representation of color #7459DD: hue angle of 252.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7459DD is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 89 221 -
CMYK 0.48 0.60 0 0.13
HSL 252.27º 0.66% 0.61% -
HSV(B) 252.27º 0.6% 0.87% -
XYZ 23.83 16.08 70.25 -
YUV 112.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 116 89 221 0.48 0.60 0 0.13 252.27 0.66 0.61
Hex 74 59 DD 30 3C 0 D FC 42 3D
Octal 164 131 335 60 74 0 15 374 102 75
Binary 1110100 1011001 11011101 110000 111100 0 1101 11111100 1000010 111101

Color Harmonies of #7459DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459DD

Black with #7459DD

Text Example


Text Example

White with #7459DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7459DD; }

 p { color: rgb(116,89,221); }

 H1.HeaderClassName
 {
   color: #7459DD;
 }
 .AnyTagClassName
 {
   color: #7459DD;
 }
</style>

background-color css

<style>
 a { background-color: #7459DD; }

 a { background-color: rgb(116,89,221); }

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

border-color css

<style>
 span { border-color: #7459DD; }

 span { border-color: rgb(116,89,221); }

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