Html Css Color HEX #503FD6 Slate Blue

📋 copy color: '#503FD6'

red 80 ◦ green 63 ◦ blue 214

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

Shades of Slate Blue #503FD6

Tints of Slate Blue #503FD6

RGB

 RED value IS 80 (31.64% from 255) = 22.41%

 GREEN value IS 63 (25% from 255) = 17.65%

 BLUE value IS 214 (83.98% from 255) = 59.94%

R = 22.41%
G = 17.65%
B = 59.94%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#503FD6 (or 0x503FD6) is known color: Slate Blue. HEX triplet: 50, 3F and D6. RGB value is (80,63,214). Sum of RGB (Red+Green+Blue) = 80+63+214=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #503FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FD6 is #AFC029. Grayscale: #545454. Windows color (decimal): -11517994 or 14040912. OLE color: 14040912.

HSL color Cylindrical-coordinate representation of color #503FD6: hue angle of 246.75º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503FD6 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 63 214 -
CMYK 0.63 0.71 0 0.16
HSL 246.76º 0.65% 0.54% -
HSV(B) 246.76º 0.71% 0.84% -
XYZ 17.22 10.12 64.66 -
YUV 85.3 200.63 124.22 -
System Red Green Blue C M Y K H S L
Decimal 80 63 214 0.63 0.71 0 0.16 246.76 0.65 0.54
Hex 50 3F D6 3F 47 0 10 F7 41 36
Octal 120 77 326 77 107 0 20 367 101 66
Binary 1010000 111111 11010110 111111 1000111 0 10000 11110111 1000001 110110

Color Harmonies of #503FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FD6

Black with #503FD6

Text Example


Text Example

White with #503FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503FD6; }

 p { color: rgb(80,63,214); }

 H1.HeaderClassName
 {
   color: #503FD6;
 }
 .AnyTagClassName
 {
   color: #503FD6;
 }
</style>

background-color css

<style>
 a { background-color: #503FD6; }

 a { background-color: rgb(80,63,214); }

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

border-color css

<style>
 span { border-color: #503FD6; }

 span { border-color: rgb(80,63,214); }

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