Html Css Color HEX #7749CE Slate Blue

📋 copy color: '#7749CE'

red 119 ◦ green 73 ◦ blue 206

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

Shades of Slate Blue #7749CE

Tints of Slate Blue #7749CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 29.9%
G = 18.34%
B = 51.76%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7749CE (or 0x7749CE) is known color: Slate Blue. HEX triplet: 77, 49 and CE. RGB value is (119,73,206). Sum of RGB (Red+Green+Blue) = 119+73+206=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #7749CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7749CE is #88B631. Grayscale: #656565. Windows color (decimal): -8959538 or 13519223. OLE color: 13519223.

HSL color Cylindrical-coordinate representation of color #7749CE: hue angle of 260.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7749CE is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 73 206 -
CMYK 0.42 0.65 0 0.19
HSL 260.75º 0.58% 0.55% -
HSV(B) 260.75º 0.65% 0.81% -
XYZ 21.13 13.14 59.82 -
YUV 101.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 119 73 206 0.42 0.65 0 0.19 260.75 0.58 0.55
Hex 77 49 CE 2A 41 0 13 105 3A 37
Octal 167 111 316 52 101 0 23 405 72 67
Binary 1110111 1001001 11001110 101010 1000001 0 10011 100000101 111010 110111

Color Harmonies of #7749CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7749CE

Black with #7749CE

Text Example


Text Example

White with #7749CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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