Html Css Color HEX #755BC0 Slate Blue

📋 copy color: '#755BC0'

red 117 ◦ green 91 ◦ blue 192

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

Shades of Slate Blue #755BC0

Tints of Slate Blue #755BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48%

R = 29.25%
G = 22.75%
B = 48%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#755BC0 (or 0x755BC0) is known color: Slate Blue. HEX triplet: 75, 5B and C0. RGB value is (117,91,192). Sum of RGB (Red+Green+Blue) = 117+91+192=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #755BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BC0 is #8AA43F. Grayscale: #6D6D6D. Windows color (decimal): -9086016 or 12606325. OLE color: 12606325.

HSL color Cylindrical-coordinate representation of color #755BC0: hue angle of 255.45º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755BC0 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 91 192 -
CMYK 0.39 0.53 0 0.25
HSL 255.45º 0.44% 0.55% -
HSV(B) 255.45º 0.53% 0.75% -
XYZ 20.59 15.07 51.69 -
YUV 110.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 117 91 192 0.39 0.53 0 0.25 255.45 0.44 0.55
Hex 75 5B C0 27 35 0 19 FF 2C 37
Octal 165 133 300 47 65 0 31 377 54 67
Binary 1110101 1011011 11000000 100111 110101 0 11001 11111111 101100 110111

Color Harmonies of #755BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BC0

Black with #755BC0

Text Example


Text Example

White with #755BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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