Html Css Color HEX #754DDE Slate Blue

📋 copy color: '#754DDE'

red 117 ◦ green 77 ◦ blue 222

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

Shades of Slate Blue #754DDE

Tints of Slate Blue #754DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.51%

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 28.13%
G = 18.51%
B = 53.37%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#754DDE (or 0x754DDE) is known color: Slate Blue. HEX triplet: 75, 4D and DE. RGB value is (117,77,222). Sum of RGB (Red+Green+Blue) = 117+77+222=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #754DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DDE is #8AB221. Grayscale: #686868. Windows color (decimal): -9089570 or 14568821. OLE color: 14568821.

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

Color convert

RGB 117 77 222 -
CMYK 0.47 0.65 0 0.13
HSL 256.55º 0.69% 0.59% -
HSV(B) 256.55º 0.65% 0.87% -
XYZ 23.17 14.36 70.66 -
YUV 105.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 117 77 222 0.47 0.65 0 0.13 256.55 0.69 0.59
Hex 75 4D DE 2F 41 0 D 101 45 3B
Octal 165 115 336 57 101 0 15 401 105 73
Binary 1110101 1001101 11011110 101111 1000001 0 1101 100000001 1000101 111011

Color Harmonies of #754DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DDE

Black with #754DDE

Text Example


Text Example

White with #754DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,77,222); }

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

background-color css

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

 a { background-color: rgb(117,77,222); }

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

border-color css

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

 span { border-color: rgb(117,77,222); }

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