Html Css Color HEX #754ACC Slate Blue

📋 copy color: '#754ACC'

red 117 ◦ green 74 ◦ blue 204

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

Shades of Slate Blue #754ACC

Tints of Slate Blue #754ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 29.62%
G = 18.73%
B = 51.65%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#754ACC (or 0x754ACC) is known color: Slate Blue. HEX triplet: 75, 4A and CC. RGB value is (117,74,204). Sum of RGB (Red+Green+Blue) = 117+74+204=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #754ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ACC is #8AB533. Grayscale: #656565. Windows color (decimal): -9090356 or 13388405. OLE color: 13388405.

HSL color Cylindrical-coordinate representation of color #754ACC: hue angle of 259.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754ACC is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 74 204 -
CMYK 0.43 0.64 0 0.2
HSL 259.85º 0.56% 0.55% -
HSV(B) 259.85º 0.64% 0.8% -
XYZ 20.68 13.04 58.55 -
YUV 101.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 117 74 204 0.43 0.64 0 0.2 259.85 0.56 0.55
Hex 75 4A CC 2B 40 0 14 104 38 37
Octal 165 112 314 53 100 0 24 404 70 67
Binary 1110101 1001010 11001100 101011 1000000 0 10100 100000100 111000 110111

Color Harmonies of #754ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ACC

Black with #754ACC

Text Example


Text Example

White with #754ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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