Html Css Color HEX #754ADD Slate Blue

📋 copy color: '#754ADD'

red 117 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #754ADD

Tints of Slate Blue #754ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 28.4%
G = 17.96%
B = 53.64%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#754ADD (or 0x754ADD) is known color: Slate Blue. HEX triplet: 75, 4A and DD. RGB value is (117,74,221). Sum of RGB (Red+Green+Blue) = 117+74+221=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #754ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ADD is #8AB522. Grayscale: #676767. Windows color (decimal): -9090339 or 14502517. OLE color: 14502517.

HSL color Cylindrical-coordinate representation of color #754ADD: hue angle of 257.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754ADD is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 74 221 -
CMYK 0.47 0.67 0 0.13
HSL 257.55º 0.68% 0.58% -
HSV(B) 257.55º 0.67% 0.87% -
XYZ 22.84 13.9 69.89 -
YUV 103.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 117 74 221 0.47 0.67 0 0.13 257.55 0.68 0.58
Hex 75 4A DD 2F 43 0 D 102 44 3A
Octal 165 112 335 57 103 0 15 402 104 72
Binary 1110101 1001010 11011101 101111 1000011 0 1101 100000010 1000100 111010

Color Harmonies of #754ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ADD

Black with #754ADD

Text Example


Text Example

White with #754ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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