Html Css Color HEX #754FDF Slate Blue

📋 copy color: '#754FDF'

red 117 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #754FDF

Tints of Slate Blue #754FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.85%

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 27.92%
G = 18.85%
B = 53.22%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#754FDF (or 0x754FDF) is known color: Slate Blue. HEX triplet: 75, 4F and DF. RGB value is (117,79,223). Sum of RGB (Red+Green+Blue) = 117+79+223=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #754FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FDF is #8AB020. Grayscale: #6A6A6A. Windows color (decimal): -9089057 or 14634869. OLE color: 14634869.

HSL color Cylindrical-coordinate representation of color #754FDF: hue angle of 255.83º 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 #754FDF is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 79 223 -
CMYK 0.48 0.65 0 0.13
HSL 255.83º 0.69% 0.59% -
HSV(B) 255.83º 0.65% 0.87% -
XYZ 23.45 14.7 71.41 -
YUV 106.78 193.59 135.29 -
System Red Green Blue C M Y K H S L
Decimal 117 79 223 0.48 0.65 0 0.13 255.83 0.69 0.59
Hex 75 4F DF 30 41 0 D 100 45 3B
Octal 165 117 337 60 101 0 15 400 105 73
Binary 1110101 1001111 11011111 110000 1000001 0 1101 100000000 1000101 111011

Color Harmonies of #754FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FDF

Black with #754FDF

Text Example


Text Example

White with #754FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,79,223); }

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

background-color css

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

 a { background-color: rgb(117,79,223); }

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

border-color css

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

 span { border-color: rgb(117,79,223); }

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