Html Css Color HEX #755BDE Slate Blue

📋 copy color: '#755BDE'

red 117 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #755BDE

Tints of Slate Blue #755BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 27.21%
G = 21.16%
B = 51.63%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#755BDE (or 0x755BDE) is known color: Slate Blue. HEX triplet: 75, 5B and DE. RGB value is (117,91,222). Sum of RGB (Red+Green+Blue) = 117+91+222=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #755BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BDE is #8AA421. Grayscale: #717171. Windows color (decimal): -9085986 or 14572405. OLE color: 14572405.

HSL color Cylindrical-coordinate representation of color #755BDE: hue angle of 251.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755BDE is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 91 222 -
CMYK 0.47 0.59 0 0.13
HSL 251.91º 0.66% 0.61% -
HSV(B) 251.91º 0.59% 0.87% -
XYZ 24.26 16.54 71.02 -
YUV 113.71 189.11 130.35 -
System Red Green Blue C M Y K H S L
Decimal 117 91 222 0.47 0.59 0 0.13 251.91 0.66 0.61
Hex 75 5B DE 2F 3B 0 D FC 42 3D
Octal 165 133 336 57 73 0 15 374 102 75
Binary 1110101 1011011 11011110 101111 111011 0 1101 11111100 1000010 111101

Color Harmonies of #755BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BDE

Black with #755BDE

Text Example


Text Example

White with #755BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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