Html Css Color HEX #7744D0 Slate Blue

📋 copy color: '#7744D0'

red 119 ◦ green 68 ◦ blue 208

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

Shades of Slate Blue #7744D0

Tints of Slate Blue #7744D0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.22%

 BLUE value IS 208 (81.64% from 255) = 52.66%

R = 30.13%
G = 17.22%
B = 52.66%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7744D0 (or 0x7744D0) is known color: Slate Blue. HEX triplet: 77, 44 and D0. RGB value is (119,68,208). Sum of RGB (Red+Green+Blue) = 119+68+208=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #7744D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744D0 is #88BB2F. Grayscale: #626262. Windows color (decimal): -8960816 or 13649015. OLE color: 13649015.

HSL color Cylindrical-coordinate representation of color #7744D0: hue angle of 261.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7744D0 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 68 208 -
CMYK 0.43 0.67 0 0.18
HSL 261.86º 0.6% 0.54% -
HSV(B) 261.86º 0.67% 0.82% -
XYZ 21.06 12.61 61 -
YUV 99.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 119 68 208 0.43 0.67 0 0.18 261.86 0.6 0.54
Hex 77 44 D0 2B 43 0 12 106 3C 36
Octal 167 104 320 53 103 0 22 406 74 66
Binary 1110111 1000100 11010000 101011 1000011 0 10010 100000110 111100 110110

Color Harmonies of #7744D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7744D0

Black with #7744D0

Text Example


Text Example

White with #7744D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7744D0; }

 p { color: rgb(119,68,208); }

 H1.HeaderClassName
 {
   color: #7744D0;
 }
 .AnyTagClassName
 {
   color: #7744D0;
 }
</style>

background-color css

<style>
 a { background-color: #7744D0; }

 a { background-color: rgb(119,68,208); }

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

border-color css

<style>
 span { border-color: #7744D0; }

 span { border-color: rgb(119,68,208); }

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