Html Css Color HEX #754ACF Slate Blue

📋 copy color: '#754ACF'

red 117 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #754ACF

Tints of Slate Blue #754ACF

RGB

 RED value IS 117 (46.09% from 255) = 29.4%

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

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

R = 29.4%
G = 18.59%
B = 52.01%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#754ACF (or 0x754ACF) is known color: Slate Blue. HEX triplet: 75, 4A and CF. RGB value is (117,74,207). Sum of RGB (Red+Green+Blue) = 117+74+207=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #754ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ACF is #8AB530. Grayscale: #656565. Windows color (decimal): -9090353 or 13585013. OLE color: 13585013.

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

Color convert

RGB 117 74 207 -
CMYK 0.43 0.64 0 0.19
HSL 259.4º 0.58% 0.55% -
HSV(B) 259.4º 0.64% 0.81% -
XYZ 21.05 13.18 60.47 -
YUV 102.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 117 74 207 0.43 0.64 0 0.19 259.4 0.58 0.55
Hex 75 4A CF 2B 40 0 13 103 3A 37
Octal 165 112 317 53 100 0 23 403 72 67
Binary 1110101 1001010 11001111 101011 1000000 0 10011 100000011 111010 110111

Color Harmonies of #754ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ACF

Black with #754ACF

Text Example


Text Example

White with #754ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754ACF; }

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

 H1.HeaderClassName
 {
   color: #754ACF;
 }
 .AnyTagClassName
 {
   color: #754ACF;
 }
</style>

background-color css

<style>
 a { background-color: #754ACF; }

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

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

border-color css

<style>
 span { border-color: #754ACF; }

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

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