Html Css Color HEX #7354D7 Slate Blue

📋 copy color: '#7354D7'

red 115 ◦ green 84 ◦ blue 215

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

Shades of Slate Blue #7354D7

Tints of Slate Blue #7354D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.93%

R = 27.78%
G = 20.29%
B = 51.93%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7354D7 (or 0x7354D7) is known color: Slate Blue. HEX triplet: 73, 54 and D7. RGB value is (115,84,215). Sum of RGB (Red+Green+Blue) = 115+84+215=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #7354D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7354D7 is #8CAB28. Grayscale: #6B6B6B. Windows color (decimal): -9218857 or 14111859. OLE color: 14111859.

HSL color Cylindrical-coordinate representation of color #7354D7: hue angle of 254.2º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7354D7 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 84 215 -
CMYK 0.47 0.61 0 0.16
HSL 254.2º 0.62% 0.59% -
HSV(B) 254.2º 0.61% 0.84% -
XYZ 22.51 14.89 65.98 -
YUV 108.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 115 84 215 0.47 0.61 0 0.16 254.2 0.62 0.59
Hex 73 54 D7 2F 3D 0 10 FE 3E 3B
Octal 163 124 327 57 75 0 20 376 76 73
Binary 1110011 1010100 11010111 101111 111101 0 10000 11111110 111110 111011

Color Harmonies of #7354D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7354D7

Black with #7354D7

Text Example


Text Example

White with #7354D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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