Html Css Color HEX #5140CC Slate Blue

📋 copy color: '#5140CC'

red 81 ◦ green 64 ◦ blue 204

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

Shades of Slate Blue #5140CC

Tints of Slate Blue #5140CC

RGB

 RED value IS 81 (32.03% from 255) = 23.21%

 GREEN value IS 64 (25.39% from 255) = 18.34%

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 23.21%
G = 18.34%
B = 58.45%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5140CC (or 0x5140CC) is known color: Slate Blue. HEX triplet: 51, 40 and CC. RGB value is (81,64,204). Sum of RGB (Red+Green+Blue) = 81+64+204=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #5140CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5140CC is #AEBF33. Grayscale: #545454. Windows color (decimal): -11452212 or 13385809. OLE color: 13385809.

HSL color Cylindrical-coordinate representation of color #5140CC: hue angle of 247.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5140CC is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 64 204 -
CMYK 0.60 0.69 0 0.2
HSL 247.29º 0.58% 0.53% -
HSV(B) 247.29º 0.69% 0.8% -
XYZ 16.13 9.78 58.16 -
YUV 85.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 81 64 204 0.60 0.69 0 0.2 247.29 0.58 0.53
Hex 51 40 CC 3C 45 0 14 F7 3A 35
Octal 121 100 314 74 105 0 24 367 72 65
Binary 1010001 1000000 11001100 111100 1000101 0 10100 11110111 111010 110101

Color Harmonies of #5140CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5140CC

Black with #5140CC

Text Example


Text Example

White with #5140CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5140CC; }

 p { color: rgb(81,64,204); }

 H1.HeaderClassName
 {
   color: #5140CC;
 }
 .AnyTagClassName
 {
   color: #5140CC;
 }
</style>

background-color css

<style>
 a { background-color: #5140CC; }

 a { background-color: rgb(81,64,204); }

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

border-color css

<style>
 span { border-color: #5140CC; }

 span { border-color: rgb(81,64,204); }

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