Html Css Color HEX #7749DE Slate Blue

📋 copy color: '#7749DE'

red 119 ◦ green 73 ◦ blue 222

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

Shades of Slate Blue #7749DE

Tints of Slate Blue #7749DE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.63%

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

R = 28.74%
G = 17.63%
B = 53.62%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7749DE (or 0x7749DE) is known color: Slate Blue. HEX triplet: 77, 49 and DE. RGB value is (119,73,222). Sum of RGB (Red+Green+Blue) = 119+73+222=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #7749DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7749DE is #88B621. Grayscale: #676767. Windows color (decimal): -8959522 or 14567799. OLE color: 14567799.

HSL color Cylindrical-coordinate representation of color #7749DE: hue angle of 258.52º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7749DE is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 73 222 -
CMYK 0.46 0.67 0 0.13
HSL 258.52º 0.69% 0.58% -
HSV(B) 258.52º 0.67% 0.87% -
XYZ 23.18 13.96 70.58 -
YUV 103.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 119 73 222 0.46 0.67 0 0.13 258.52 0.69 0.58
Hex 77 49 DE 2E 43 0 D 103 45 3A
Octal 167 111 336 56 103 0 15 403 105 72
Binary 1110111 1001001 11011110 101110 1000011 0 1101 100000011 1000101 111010

Color Harmonies of #7749DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7749DE

Black with #7749DE

Text Example


Text Example

White with #7749DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7749DE; }

 p { color: rgb(119,73,222); }

 H1.HeaderClassName
 {
   color: #7749DE;
 }
 .AnyTagClassName
 {
   color: #7749DE;
 }
</style>

background-color css

<style>
 a { background-color: #7749DE; }

 a { background-color: rgb(119,73,222); }

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

border-color css

<style>
 span { border-color: #7749DE; }

 span { border-color: rgb(119,73,222); }

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