Html Css Color HEX #755ADE Slate Blue

📋 copy color: '#755ADE'

red 117 ◦ green 90 ◦ blue 222

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

Shades of Slate Blue #755ADE

Tints of Slate Blue #755ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.98%

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

R = 27.27%
G = 20.98%
B = 51.75%

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

#755ADE (or 0x755ADE) is known color: Slate Blue. HEX triplet: 75, 5A and DE. RGB value is (117,90,222). Sum of RGB (Red+Green+Blue) = 117+90+222=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #755ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ADE is #8AA521. Grayscale: #707070. Windows color (decimal): -9086242 or 14572149. OLE color: 14572149.

HSL color Cylindrical-coordinate representation of color #755ADE: hue angle of 252.27º degrees, saturation: 0.67, 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 #755ADE is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 90 222 -
CMYK 0.47 0.59 0 0.13
HSL 252.27º 0.67% 0.61% -
HSV(B) 252.27º 0.59% 0.87% -
XYZ 24.18 16.37 70.99 -
YUV 113.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 117 90 222 0.47 0.59 0 0.13 252.27 0.67 0.61
Hex 75 5A DE 2F 3B 0 D FC 43 3D
Octal 165 132 336 57 73 0 15 374 103 75
Binary 1110101 1011010 11011110 101111 111011 0 1101 11111100 1000011 111101

Color Harmonies of #755ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ADE

Black with #755ADE

Text Example


Text Example

White with #755ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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