Html Css Color HEX #755CCD Slate Blue

📋 copy color: '#755CCD'

red 117 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #755CCD

Tints of Slate Blue #755CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.22%

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 28.26%
G = 22.22%
B = 49.52%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#755CCD (or 0x755CCD) is known color: Slate Blue. HEX triplet: 75, 5C and CD. RGB value is (117,92,205). Sum of RGB (Red+Green+Blue) = 117+92+205=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #755CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CCD is #8AA332. Grayscale: #6F6F6F. Windows color (decimal): -9085747 or 13458549. OLE color: 13458549.

HSL color Cylindrical-coordinate representation of color #755CCD: hue angle of 253.27º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755CCD is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 92 205 -
CMYK 0.43 0.55 0 0.20
HSL 253.27º 0.53% 0.58% -
HSV(B) 253.27º 0.55% 0.8% -
XYZ 22.18 15.84 59.65 -
YUV 112.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 117 92 205 0.43 0.55 0 0.20 253.27 0.53 0.58
Hex 75 5C CD 2B 37 0 14 FD 35 3A
Octal 165 134 315 53 67 0 24 375 65 72
Binary 1110101 1011100 11001101 101011 110111 0 10100 11111101 110101 111010

Color Harmonies of #755CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CCD

Black with #755CCD

Text Example


Text Example

White with #755CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,205); }

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

background-color css

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

 a { background-color: rgb(117,92,205); }

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

border-color css

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

 span { border-color: rgb(117,92,205); }

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