Html Css Color HEX #755CDC Slate Blue

📋 copy color: '#755CDC'

red 117 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #755CDC

Tints of Slate Blue #755CDC

RGB

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

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

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

R = 27.27%
G = 21.45%
B = 51.28%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#755CDC (or 0x755CDC) is known color: Slate Blue. HEX triplet: 75, 5C and DC. RGB value is (117,92,220). Sum of RGB (Red+Green+Blue) = 117+92+220=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #755CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CDC is #8AA323. Grayscale: #717171. Windows color (decimal): -9085732 or 14441589. OLE color: 14441589.

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

Color convert

RGB 117 92 220 -
CMYK 0.47 0.58 0 0.14
HSL 251.72º 0.65% 0.61% -
HSV(B) 251.72º 0.58% 0.86% -
XYZ 24.08 16.6 69.65 -
YUV 114.07 187.78 130.09 -
System Red Green Blue C M Y K H S L
Decimal 117 92 220 0.47 0.58 0 0.14 251.72 0.65 0.61
Hex 75 5C DC 2F 3A 0 E FC 41 3D
Octal 165 134 334 57 72 0 16 374 101 75
Binary 1110101 1011100 11011100 101111 111010 0 1110 11111100 1000001 111101

Color Harmonies of #755CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CDC

Black with #755CDC

Text Example


Text Example

White with #755CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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