Html Css Color HEX #5F4BCF Slate Blue

📋 copy color: '#5F4BCF'

red 95 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #5F4BCF

Tints of Slate Blue #5F4BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

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

R = 25.2%
G = 19.89%
B = 54.91%

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

#5F4BCF (or 0x5F4BCF) is known color: Slate Blue. HEX triplet: 5F, 4B and CF. RGB value is (95,75,207). Sum of RGB (Red+Green+Blue) = 95+75+207=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F4BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4BCF is #A0B430. Grayscale: #5F5F5F. Windows color (decimal): -10531889 or 13585247. OLE color: 13585247.

HSL color Cylindrical-coordinate representation of color #5F4BCF: hue angle of 249.09º 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 #5F4BCF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 75 207 -
CMYK 0.54 0.64 0 0.19
HSL 249.09º 0.58% 0.55% -
HSV(B) 249.09º 0.64% 0.81% -
XYZ 18.5 11.97 60.37 -
YUV 96.03 190.63 127.27 -
System Red Green Blue C M Y K H S L
Decimal 95 75 207 0.54 0.64 0 0.19 249.09 0.58 0.55
Hex 5F 4B CF 36 40 0 13 F9 3A 37
Octal 137 113 317 66 100 0 23 371 72 67
Binary 1011111 1001011 11001111 110110 1000000 0 10011 11111001 111010 110111

Color Harmonies of #5F4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4BCF

Black with #5F4BCF

Text Example


Text Example

White with #5F4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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