Html Css Color HEX #775ADC Slate Blue

📋 copy color: '#775ADC'

red 119 ◦ green 90 ◦ blue 220

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

Shades of Slate Blue #775ADC

Tints of Slate Blue #775ADC

RGB

 RED value IS 119 (46.88% from 255) = 27.74%

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

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

R = 27.74%
G = 20.98%
B = 51.28%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#775ADC (or 0x775ADC) is known color: Slate Blue. HEX triplet: 77, 5A and DC. RGB value is (119,90,220). Sum of RGB (Red+Green+Blue) = 119+90+220=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #775ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ADC is #88A523. Grayscale: #707070. Windows color (decimal): -8955172 or 14441079. OLE color: 14441079.

HSL color Cylindrical-coordinate representation of color #775ADC: hue angle of 253.38º 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 #775ADC is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 90 220 -
CMYK 0.46 0.59 0 0.14
HSL 253.38º 0.65% 0.61% -
HSV(B) 253.38º 0.59% 0.86% -
XYZ 24.18 16.4 69.6 -
YUV 113.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 119 90 220 0.46 0.59 0 0.14 253.38 0.65 0.61
Hex 77 5A DC 2E 3B 0 E FD 41 3D
Octal 167 132 334 56 73 0 16 375 101 75
Binary 1110111 1011010 11011100 101110 111011 0 1110 11111101 1000001 111101

Color Harmonies of #775ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775ADC

Black with #775ADC

Text Example


Text Example

White with #775ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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