Html Css Color HEX #755FDC Slate Blue

📋 copy color: '#755FDC'

red 117 ◦ green 95 ◦ blue 220

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

Shades of Slate Blue #755FDC

Tints of Slate Blue #755FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 27.08%
G = 21.99%
B = 50.93%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#755FDC (or 0x755FDC) is known color: Slate Blue. HEX triplet: 75, 5F and DC. RGB value is (117,95,220). Sum of RGB (Red+Green+Blue) = 117+95+220=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #755FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FDC is #8AA023. Grayscale: #737373. Windows color (decimal): -9084964 or 14442357. OLE color: 14442357.

HSL color Cylindrical-coordinate representation of color #755FDC: hue angle of 250.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755FDC is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 95 220 -
CMYK 0.47 0.57 0 0.14
HSL 250.56º 0.64% 0.62% -
HSV(B) 250.56º 0.57% 0.86% -
XYZ 24.35 17.13 69.73 -
YUV 115.83 186.79 128.84 -
System Red Green Blue C M Y K H S L
Decimal 117 95 220 0.47 0.57 0 0.14 250.56 0.64 0.62
Hex 75 5F DC 2F 39 0 E FB 40 3E
Octal 165 137 334 57 71 0 16 373 100 76
Binary 1110101 1011111 11011100 101111 111001 0 1110 11111011 1000000 111110

Color Harmonies of #755FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FDC

Black with #755FDC

Text Example


Text Example

White with #755FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755FDC; }

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

 H1.HeaderClassName
 {
   color: #755FDC;
 }
 .AnyTagClassName
 {
   color: #755FDC;
 }
</style>

background-color css

<style>
 a { background-color: #755FDC; }

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

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

border-color css

<style>
 span { border-color: #755FDC; }

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

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