Html Css Color HEX #774FDF Slate Blue

📋 copy color: '#774FDF'

red 119 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #774FDF

Tints of Slate Blue #774FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.76%

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 28.27%
G = 18.76%
B = 52.97%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#774FDF (or 0x774FDF) is known color: Slate Blue. HEX triplet: 77, 4F and DF. RGB value is (119,79,223). Sum of RGB (Red+Green+Blue) = 119+79+223=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #774FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FDF is #88B020. Grayscale: #6A6A6A. Windows color (decimal): -8957985 or 14634871. OLE color: 14634871.

HSL color Cylindrical-coordinate representation of color #774FDF: hue angle of 256.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774FDF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 79 223 -
CMYK 0.47 0.65 0 0.13
HSL 256.67º 0.69% 0.59% -
HSV(B) 256.67º 0.65% 0.87% -
XYZ 23.72 14.84 71.43 -
YUV 107.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 119 79 223 0.47 0.65 0 0.13 256.67 0.69 0.59
Hex 77 4F DF 2F 41 0 D 101 45 3B
Octal 167 117 337 57 101 0 15 401 105 73
Binary 1110111 1001111 11011111 101111 1000001 0 1101 100000001 1000101 111011

Color Harmonies of #774FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FDF

Black with #774FDF

Text Example


Text Example

White with #774FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774FDF; }

 p { color: rgb(119,79,223); }

 H1.HeaderClassName
 {
   color: #774FDF;
 }
 .AnyTagClassName
 {
   color: #774FDF;
 }
</style>

background-color css

<style>
 a { background-color: #774FDF; }

 a { background-color: rgb(119,79,223); }

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

border-color css

<style>
 span { border-color: #774FDF; }

 span { border-color: rgb(119,79,223); }

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