Html Css Color HEX #7744CF Slate Blue

📋 copy color: '#7744CF'

red 119 ◦ green 68 ◦ blue 207

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

Shades of Slate Blue #7744CF

Tints of Slate Blue #7744CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 30.2%
G = 17.26%
B = 52.54%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7744CF (or 0x7744CF) is known color: Slate Blue. HEX triplet: 77, 44 and CF. RGB value is (119,68,207). Sum of RGB (Red+Green+Blue) = 119+68+207=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #7744CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744CF is #88BB30. Grayscale: #626262. Windows color (decimal): -8960817 or 13583479. OLE color: 13583479.

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

Color convert

RGB 119 68 207 -
CMYK 0.43 0.67 0 0.19
HSL 262.01º 0.59% 0.54% -
HSV(B) 262.01º 0.67% 0.81% -
XYZ 20.94 12.56 60.35 -
YUV 99.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 119 68 207 0.43 0.67 0 0.19 262.01 0.59 0.54
Hex 77 44 CF 2B 43 0 13 106 3B 36
Octal 167 104 317 53 103 0 23 406 73 66
Binary 1110111 1000100 11001111 101011 1000011 0 10011 100000110 111011 110110

Color Harmonies of #7744CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7744CF

Black with #7744CF

Text Example


Text Example

White with #7744CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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