Html Css Color HEX #755ADC Slate Blue

📋 copy color: '#755ADC'

red 117 ◦ green 90 ◦ blue 220

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

Shades of Slate Blue #755ADC

Tints of Slate Blue #755ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 27.4%
G = 21.08%
B = 51.52%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#755ADC (or 0x755ADC) is known color: Slate Blue. HEX triplet: 75, 5A and DC. RGB value is (117,90,220). Sum of RGB (Red+Green+Blue) = 117+90+220=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #755ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ADC is #8AA523. Grayscale: #707070. Windows color (decimal): -9086244 or 14441077. OLE color: 14441077.

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

Color convert

RGB 117 90 220 -
CMYK 0.47 0.59 0 0.14
HSL 252.46º 0.65% 0.61% -
HSV(B) 252.46º 0.59% 0.86% -
XYZ 23.91 16.26 69.59 -
YUV 112.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 117 90 220 0.47 0.59 0 0.14 252.46 0.65 0.61
Hex 75 5A DC 2F 3B 0 E FC 41 3D
Octal 165 132 334 57 73 0 16 374 101 75
Binary 1110101 1011010 11011100 101111 111011 0 1110 11111100 1000001 111101

Color Harmonies of #755ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ADC

Black with #755ADC

Text Example


Text Example

White with #755ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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