Html Css Color HEX #7459DB Slate Blue

📋 copy color: '#7459DB'

red 116 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #7459DB

Tints of Slate Blue #7459DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 27.36%
G = 20.99%
B = 51.65%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7459DB (or 0x7459DB) is known color: Slate Blue. HEX triplet: 74, 59 and DB. RGB value is (116,89,219). Sum of RGB (Red+Green+Blue) = 116+89+219=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #7459DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459DB is #8BA624. Grayscale: #6F6F6F. Windows color (decimal): -9152037 or 14375284. OLE color: 14375284.

HSL color Cylindrical-coordinate representation of color #7459DB: hue angle of 252.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7459DB is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 89 219 -
CMYK 0.47 0.59 0 0.14
HSL 252.46º 0.64% 0.6% -
HSV(B) 252.46º 0.59% 0.86% -
XYZ 23.56 15.97 68.86 -
YUV 111.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 116 89 219 0.47 0.59 0 0.14 252.46 0.64 0.6
Hex 74 59 DB 2F 3B 0 E FC 40 3C
Octal 164 131 333 57 73 0 16 374 100 74
Binary 1110100 1011001 11011011 101111 111011 0 1110 11111100 1000000 111100

Color Harmonies of #7459DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459DB

Black with #7459DB

Text Example


Text Example

White with #7459DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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