Html Css Color HEX #754ACE Slate Blue

📋 copy color: '#754ACE'

red 117 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #754ACE

Tints of Slate Blue #754ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 29.47%
G = 18.64%
B = 51.89%

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

#754ACE (or 0x754ACE) is known color: Slate Blue. HEX triplet: 75, 4A and CE. RGB value is (117,74,206). Sum of RGB (Red+Green+Blue) = 117+74+206=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #754ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ACE is #8AB531. Grayscale: #656565. Windows color (decimal): -9090354 or 13519477. OLE color: 13519477.

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

Color convert

RGB 117 74 206 -
CMYK 0.43 0.64 0 0.19
HSL 259.55º 0.57% 0.55% -
HSV(B) 259.55º 0.64% 0.81% -
XYZ 20.93 13.14 59.83 -
YUV 101.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 117 74 206 0.43 0.64 0 0.19 259.55 0.57 0.55
Hex 75 4A CE 2B 40 0 13 104 39 37
Octal 165 112 316 53 100 0 23 404 71 67
Binary 1110101 1001010 11001110 101011 1000000 0 10011 100000100 111001 110111

Color Harmonies of #754ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ACE

Black with #754ACE

Text Example


Text Example

White with #754ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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