Html Css Color HEX #7354D4 Slate Blue

📋 copy color: '#7354D4'

red 115 ◦ green 84 ◦ blue 212

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

Shades of Slate Blue #7354D4

Tints of Slate Blue #7354D4

RGB

 RED value IS 115 (45.31% from 255) = 27.98%

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

 BLUE value IS 212 (83.2% from 255) = 51.58%

R = 27.98%
G = 20.44%
B = 51.58%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7354D4 (or 0x7354D4) is known color: Slate Blue. HEX triplet: 73, 54 and D4. RGB value is (115,84,212). Sum of RGB (Red+Green+Blue) = 115+84+212=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #7354D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7354D4 is #8CAB2B. Grayscale: #6B6B6B. Windows color (decimal): -9218860 or 13915251. OLE color: 13915251.

HSL color Cylindrical-coordinate representation of color #7354D4: hue angle of 254.53º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7354D4 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 84 212 -
CMYK 0.46 0.60 0 0.17
HSL 254.53º 0.6% 0.58% -
HSV(B) 254.53º 0.6% 0.83% -
XYZ 22.12 14.74 63.97 -
YUV 107.86 186.77 133.09 -
System Red Green Blue C M Y K H S L
Decimal 115 84 212 0.46 0.60 0 0.17 254.53 0.6 0.58
Hex 73 54 D4 2E 3C 0 11 FF 3C 3A
Octal 163 124 324 56 74 0 21 377 74 72
Binary 1110011 1010100 11010100 101110 111100 0 10001 11111111 111100 111010

Color Harmonies of #7354D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7354D4

Black with #7354D4

Text Example


Text Example

White with #7354D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7354D4; }

 p { color: rgb(115,84,212); }

 H1.HeaderClassName
 {
   color: #7354D4;
 }
 .AnyTagClassName
 {
   color: #7354D4;
 }
</style>

background-color css

<style>
 a { background-color: #7354D4; }

 a { background-color: rgb(115,84,212); }

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

border-color css

<style>
 span { border-color: #7354D4; }

 span { border-color: rgb(115,84,212); }

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