Html Css Color HEX #755BCC Slate Blue

📋 copy color: '#755BCC'

red 117 ◦ green 91 ◦ blue 204

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

Shades of Slate Blue #755BCC

Tints of Slate Blue #755BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 28.4%
G = 22.09%
B = 49.51%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#755BCC (or 0x755BCC) is known color: Slate Blue. HEX triplet: 75, 5B and CC. RGB value is (117,91,204). Sum of RGB (Red+Green+Blue) = 117+91+204=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #755BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BCC is #8AA433. Grayscale: #6F6F6F. Windows color (decimal): -9086004 or 13392757. OLE color: 13392757.

HSL color Cylindrical-coordinate representation of color #755BCC: hue angle of 253.81º 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 #755BCC is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 91 204 -
CMYK 0.43 0.55 0 0.2
HSL 253.81º 0.53% 0.58% -
HSV(B) 253.81º 0.55% 0.8% -
XYZ 21.98 15.62 58.98 -
YUV 111.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 117 91 204 0.43 0.55 0 0.2 253.81 0.53 0.58
Hex 75 5B CC 2B 37 0 14 FE 35 3A
Octal 165 133 314 53 67 0 24 376 65 72
Binary 1110101 1011011 11001100 101011 110111 0 10100 11111110 110101 111010

Color Harmonies of #755BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BCC

Black with #755BCC

Text Example


Text Example

White with #755BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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