Html Css Color HEX #5D4CCF Slate Blue

📋 copy color: '#5D4CCF'

red 93 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #5D4CCF

Tints of Slate Blue #5D4CCF

RGB

 RED value IS 93 (36.72% from 255) = 24.73%

 GREEN value IS 76 (30.08% from 255) = 20.21%

 BLUE value IS 207 (81.25% from 255) = 55.05%

R = 24.73%
G = 20.21%
B = 55.05%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D4CCF (or 0x5D4CCF) is known color: Slate Blue. HEX triplet: 5D, 4C and CF. RGB value is (93,76,207). Sum of RGB (Red+Green+Blue) = 93+76+207=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CCF is #A2B330. Grayscale: #5F5F5F. Windows color (decimal): -10662705 or 13585501. OLE color: 13585501.

HSL color Cylindrical-coordinate representation of color #5D4CCF: hue angle of 247.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D4CCF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 76 207 -
CMYK 0.55 0.63 0 0.19
HSL 247.79º 0.58% 0.55% -
HSV(B) 247.79º 0.63% 0.81% -
XYZ 18.36 12 60.38 -
YUV 96.02 190.63 125.85 -
System Red Green Blue C M Y K H S L
Decimal 93 76 207 0.55 0.63 0 0.19 247.79 0.58 0.55
Hex 5D 4C CF 37 3F 0 13 F8 3A 37
Octal 135 114 317 67 77 0 23 370 72 67
Binary 1011101 1001100 11001111 110111 111111 0 10011 11111000 111010 110111

Color Harmonies of #5D4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4CCF

Black with #5D4CCF

Text Example


Text Example

White with #5D4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D4CCF; }

 p { color: rgb(93,76,207); }

 H1.HeaderClassName
 {
   color: #5D4CCF;
 }
 .AnyTagClassName
 {
   color: #5D4CCF;
 }
</style>

background-color css

<style>
 a { background-color: #5D4CCF; }

 a { background-color: rgb(93,76,207); }

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

border-color css

<style>
 span { border-color: #5D4CCF; }

 span { border-color: rgb(93,76,207); }

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