Html Css Color HEX #755DC7 Slate Blue

📋 copy color: '#755DC7'

red 117 ◦ green 93 ◦ blue 199

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

Shades of Slate Blue #755DC7

Tints of Slate Blue #755DC7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.74%

 BLUE value IS 199 (78.13% from 255) = 48.66%

R = 28.61%
G = 22.74%
B = 48.66%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#755DC7 (or 0x755DC7) is known color: Slate Blue. HEX triplet: 75, 5D and C7. RGB value is (117,93,199). Sum of RGB (Red+Green+Blue) = 117+93+199=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #755DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DC7 is #8AA238. Grayscale: #6F6F6F. Windows color (decimal): -9085497 or 13065589. OLE color: 13065589.

HSL color Cylindrical-coordinate representation of color #755DC7: hue angle of 253.58º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755DC7 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 93 199 -
CMYK 0.41 0.53 0 0.22
HSL 253.58º 0.49% 0.57% -
HSV(B) 253.58º 0.53% 0.78% -
XYZ 21.56 15.73 55.93 -
YUV 112.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 117 93 199 0.41 0.53 0 0.22 253.58 0.49 0.57
Hex 75 5D C7 29 35 0 16 FE 31 39
Octal 165 135 307 51 65 0 26 376 61 71
Binary 1110101 1011101 11000111 101001 110101 0 10110 11111110 110001 111001

Color Harmonies of #755DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DC7

Black with #755DC7

Text Example


Text Example

White with #755DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,93,199); }

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

background-color css

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

 a { background-color: rgb(117,93,199); }

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

border-color css

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

 span { border-color: rgb(117,93,199); }

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