Html Css Color HEX #534AC7 Slate Blue

📋 copy color: '#534AC7'

red 83 ◦ green 74 ◦ blue 199

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

Shades of Slate Blue #534AC7

Tints of Slate Blue #534AC7

RGB

 RED value IS 83 (32.81% from 255) = 23.31%

 GREEN value IS 74 (29.3% from 255) = 20.79%

 BLUE value IS 199 (78.13% from 255) = 55.9%

R = 23.31%
G = 20.79%
B = 55.9%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#534AC7 (or 0x534AC7) is known color: Slate Blue. HEX triplet: 53, 4A and C7. RGB value is (83,74,199). Sum of RGB (Red+Green+Blue) = 83+74+199=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #534AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534AC7 is #ACB538. Grayscale: #5A5A5A. Windows color (decimal): -11318585 or 13060691. OLE color: 13060691.

HSL color Cylindrical-coordinate representation of color #534AC7: hue angle of 244.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #534AC7 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 74 199 -
CMYK 0.58 0.63 0 0.22
HSL 244.32º 0.53% 0.54% -
HSV(B) 244.32º 0.63% 0.78% -
XYZ 16.32 10.86 55.27 -
YUV 90.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 83 74 199 0.58 0.63 0 0.22 244.32 0.53 0.54
Hex 53 4A C7 3A 3F 0 16 F4 35 36
Octal 123 112 307 72 77 0 26 364 65 66
Binary 1010011 1001010 11000111 111010 111111 0 10110 11110100 110101 110110

Color Harmonies of #534AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534AC7

Black with #534AC7

Text Example


Text Example

White with #534AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534AC7; }

 p { color: rgb(83,74,199); }

 H1.HeaderClassName
 {
   color: #534AC7;
 }
 .AnyTagClassName
 {
   color: #534AC7;
 }
</style>

background-color css

<style>
 a { background-color: #534AC7; }

 a { background-color: rgb(83,74,199); }

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

border-color css

<style>
 span { border-color: #534AC7; }

 span { border-color: rgb(83,74,199); }

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