Html Css Color HEX #5F4ACF Slate Blue

📋 copy color: '#5F4ACF'

red 95 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #5F4ACF

Tints of Slate Blue #5F4ACF

RGB

 RED value IS 95 (37.5% from 255) = 25.27%

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

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

R = 25.27%
G = 19.68%
B = 55.05%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F4ACF (or 0x5F4ACF) is known color: Slate Blue. HEX triplet: 5F, 4A and CF. RGB value is (95,74,207). Sum of RGB (Red+Green+Blue) = 95+74+207=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 74 (29.30% from 255 or 19.68% 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 #5F4ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4ACF is #A0B530. Grayscale: #5E5E5E. Windows color (decimal): -10532145 or 13584991. OLE color: 13584991.

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

Color convert

RGB 95 74 207 -
CMYK 0.54 0.64 0 0.19
HSL 249.47º 0.58% 0.55% -
HSV(B) 249.47º 0.64% 0.81% -
XYZ 18.43 11.84 60.34 -
YUV 95.44 190.96 127.69 -
System Red Green Blue C M Y K H S L
Decimal 95 74 207 0.54 0.64 0 0.19 249.47 0.58 0.55
Hex 5F 4A CF 36 40 0 13 F9 3A 37
Octal 137 112 317 66 100 0 23 371 72 67
Binary 1011111 1001010 11001111 110110 1000000 0 10011 11111001 111010 110111

Color Harmonies of #5F4ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4ACF

Black with #5F4ACF

Text Example


Text Example

White with #5F4ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,74,207); }

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

background-color css

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

 a { background-color: rgb(95,74,207); }

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

border-color css

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

 span { border-color: rgb(95,74,207); }

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