Html Css Color HEX #7454D0 Slate Blue

📋 copy color: '#7454D0'

red 116 ◦ green 84 ◦ blue 208

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

Shades of Slate Blue #7454D0

Tints of Slate Blue #7454D0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 208 (81.64% from 255) = 50.98%

R = 28.43%
G = 20.59%
B = 50.98%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7454D0 (or 0x7454D0) is known color: Slate Blue. HEX triplet: 74, 54 and D0. RGB value is (116,84,208). Sum of RGB (Red+Green+Blue) = 116+84+208=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #7454D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7454D0 is #8BAB2F. Grayscale: #6B6B6B. Windows color (decimal): -9153328 or 13653108. OLE color: 13653108.

HSL color Cylindrical-coordinate representation of color #7454D0: hue angle of 255.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7454D0 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 84 208 -
CMYK 0.44 0.60 0 0.18
HSL 255.48º 0.57% 0.57% -
HSV(B) 255.48º 0.6% 0.82% -
XYZ 21.76 14.61 61.35 -
YUV 107.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 116 84 208 0.44 0.60 0 0.18 255.48 0.57 0.57
Hex 74 54 D0 2C 3C 0 12 FF 39 39
Octal 164 124 320 54 74 0 22 377 71 71
Binary 1110100 1010100 11010000 101100 111100 0 10010 11111111 111001 111001

Color Harmonies of #7454D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7454D0

Black with #7454D0

Text Example


Text Example

White with #7454D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7454D0; }

 p { color: rgb(116,84,208); }

 H1.HeaderClassName
 {
   color: #7454D0;
 }
 .AnyTagClassName
 {
   color: #7454D0;
 }
</style>

background-color css

<style>
 a { background-color: #7454D0; }

 a { background-color: rgb(116,84,208); }

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

border-color css

<style>
 span { border-color: #7454D0; }

 span { border-color: rgb(116,84,208); }

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