Html Css Color HEX #754ADA Slate Blue

📋 copy color: '#754ADA'

red 117 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #754ADA

Tints of Slate Blue #754ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 28.61%
G = 18.09%
B = 53.3%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#754ADA (or 0x754ADA) is known color: Slate Blue. HEX triplet: 75, 4A and DA. RGB value is (117,74,218). Sum of RGB (Red+Green+Blue) = 117+74+218=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #754ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ADA is #8AB525. Grayscale: #666666. Windows color (decimal): -9090342 or 14305909. OLE color: 14305909.

HSL color Cylindrical-coordinate representation of color #754ADA: hue angle of 257.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754ADA is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 74 218 -
CMYK 0.46 0.66 0 0.15
HSL 257.92º 0.66% 0.57% -
HSV(B) 257.92º 0.66% 0.85% -
XYZ 22.44 13.74 67.8 -
YUV 103.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 117 74 218 0.46 0.66 0 0.15 257.92 0.66 0.57
Hex 75 4A DA 2E 42 0 F 102 42 39
Octal 165 112 332 56 102 0 17 402 102 71
Binary 1110101 1001010 11011010 101110 1000010 0 1111 100000010 1000010 111001

Color Harmonies of #754ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ADA

Black with #754ADA

Text Example


Text Example

White with #754ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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