Html Css Color HEX #755BC6 Slate Blue

📋 copy color: '#755BC6'

red 117 ◦ green 91 ◦ blue 198

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

Shades of Slate Blue #755BC6

Tints of Slate Blue #755BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.41%

 BLUE value IS 198 (77.73% from 255) = 48.77%

R = 28.82%
G = 22.41%
B = 48.77%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#755BC6 (or 0x755BC6) is known color: Slate Blue. HEX triplet: 75, 5B and C6. RGB value is (117,91,198). Sum of RGB (Red+Green+Blue) = 117+91+198=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #755BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BC6 is #8AA439. Grayscale: #6E6E6E. Windows color (decimal): -9086010 or 12999541. OLE color: 12999541.

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

Color convert

RGB 117 91 198 -
CMYK 0.41 0.54 0 0.22
HSL 254.58º 0.48% 0.57% -
HSV(B) 254.58º 0.54% 0.78% -
XYZ 21.27 15.34 55.27 -
YUV 110.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 117 91 198 0.41 0.54 0 0.22 254.58 0.48 0.57
Hex 75 5B C6 29 36 0 16 FF 30 39
Octal 165 133 306 51 66 0 26 377 60 71
Binary 1110101 1011011 11000110 101001 110110 0 10110 11111111 110000 111001

Color Harmonies of #755BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BC6

Black with #755BC6

Text Example


Text Example

White with #755BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,198); }

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

background-color css

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

 a { background-color: rgb(117,91,198); }

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

border-color css

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

 span { border-color: rgb(117,91,198); }

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