Html Css Color HEX #754CDE Slate Blue

📋 copy color: '#754CDE'

red 117 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #754CDE

Tints of Slate Blue #754CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.31%

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

R = 28.19%
G = 18.31%
B = 53.49%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#754CDE (or 0x754CDE) is known color: Slate Blue. HEX triplet: 75, 4C and DE. RGB value is (117,76,222). Sum of RGB (Red+Green+Blue) = 117+76+222=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #754CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CDE is #8AB321. Grayscale: #686868. Windows color (decimal): -9089826 or 14568565. OLE color: 14568565.

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

Color convert

RGB 117 76 222 -
CMYK 0.47 0.66 0 0.13
HSL 256.85º 0.69% 0.58% -
HSV(B) 256.85º 0.66% 0.87% -
XYZ 23.11 14.22 70.64 -
YUV 104.9 194.08 136.63 -
System Red Green Blue C M Y K H S L
Decimal 117 76 222 0.47 0.66 0 0.13 256.85 0.69 0.58
Hex 75 4C DE 2F 42 0 D 101 45 3A
Octal 165 114 336 57 102 0 15 401 105 72
Binary 1110101 1001100 11011110 101111 1000010 0 1101 100000001 1000101 111010

Color Harmonies of #754CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CDE

Black with #754CDE

Text Example


Text Example

White with #754CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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