Html Css Color HEX #755BCB Slate Blue

📋 copy color: '#755BCB'

red 117 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #755BCB

Tints of Slate Blue #755BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 28.47%
G = 22.14%
B = 49.39%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#755BCB (or 0x755BCB) is known color: Slate Blue. HEX triplet: 75, 5B and CB. RGB value is (117,91,203). Sum of RGB (Red+Green+Blue) = 117+91+203=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #755BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BCB is #8AA434. Grayscale: #6F6F6F. Windows color (decimal): -9086005 or 13327221. OLE color: 13327221.

HSL color Cylindrical-coordinate representation of color #755BCB: hue angle of 253.93º degrees, saturation: 0.52, 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 #755BCB is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 91 203 -
CMYK 0.42 0.55 0 0.20
HSL 253.93º 0.52% 0.58% -
HSV(B) 253.93º 0.55% 0.8% -
XYZ 21.86 15.58 58.35 -
YUV 111.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 117 91 203 0.42 0.55 0 0.20 253.93 0.52 0.58
Hex 75 5B CB 2A 37 0 14 FE 34 3A
Octal 165 133 313 52 67 0 24 376 64 72
Binary 1110101 1011011 11001011 101010 110111 0 10100 11111110 110100 111010

Color Harmonies of #755BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BCB

Black with #755BCB

Text Example


Text Example

White with #755BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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