Html Css Color HEX #754BDC Slate Blue

📋 copy color: '#754BDC'

red 117 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #754BDC

Tints of Slate Blue #754BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.2%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 28.4%
G = 18.2%
B = 53.4%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#754BDC (or 0x754BDC) is known color: Slate Blue. HEX triplet: 75, 4B and DC. RGB value is (117,75,220). Sum of RGB (Red+Green+Blue) = 117+75+220=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #754BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BDC is #8AB423. Grayscale: #676767. Windows color (decimal): -9090084 or 14437237. OLE color: 14437237.

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

Color convert

RGB 117 75 220 -
CMYK 0.47 0.66 0 0.14
HSL 257.38º 0.67% 0.58% -
HSV(B) 257.38º 0.66% 0.86% -
XYZ 22.77 13.98 69.21 -
YUV 104.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 117 75 220 0.47 0.66 0 0.14 257.38 0.67 0.58
Hex 75 4B DC 2F 42 0 E 101 43 3A
Octal 165 113 334 57 102 0 16 401 103 72
Binary 1110101 1001011 11011100 101111 1000010 0 1110 100000001 1000011 111010

Color Harmonies of #754BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BDC

Black with #754BDC

Text Example


Text Example

White with #754BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,75,220); }

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

background-color css

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

 a { background-color: rgb(117,75,220); }

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

border-color css

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

 span { border-color: rgb(117,75,220); }

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