Html Css Color HEX #754DCF Slate Blue

📋 copy color: '#754DCF'

red 117 ◦ green 77 ◦ blue 207

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

Shades of Slate Blue #754DCF

Tints of Slate Blue #754DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 29.18%
G = 19.2%
B = 51.62%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#754DCF (or 0x754DCF) is known color: Slate Blue. HEX triplet: 75, 4D and CF. RGB value is (117,77,207). Sum of RGB (Red+Green+Blue) = 117+77+207=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #754DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DCF is #8AB230. Grayscale: #676767. Windows color (decimal): -9089585 or 13585781. OLE color: 13585781.

HSL color Cylindrical-coordinate representation of color #754DCF: hue angle of 258.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754DCF is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 77 207 -
CMYK 0.43 0.63 0 0.19
HSL 258.46º 0.58% 0.56% -
HSV(B) 258.46º 0.63% 0.81% -
XYZ 21.25 13.59 60.54 -
YUV 103.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 117 77 207 0.43 0.63 0 0.19 258.46 0.58 0.56
Hex 75 4D CF 2B 3F 0 13 102 3A 38
Octal 165 115 317 53 77 0 23 402 72 70
Binary 1110101 1001101 11001111 101011 111111 0 10011 100000010 111010 111000

Color Harmonies of #754DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DCF

Black with #754DCF

Text Example


Text Example

White with #754DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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