Html Css Color HEX #774FCC Slate Blue

📋 copy color: '#774FCC'

red 119 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #774FCC

Tints of Slate Blue #774FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 29.6%
G = 19.65%
B = 50.75%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#774FCC (or 0x774FCC) is known color: Slate Blue. HEX triplet: 77, 4F and CC. RGB value is (119,79,204). Sum of RGB (Red+Green+Blue) = 119+79+204=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #774FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FCC is #88B033. Grayscale: #686868. Windows color (decimal): -8958004 or 13389687. OLE color: 13389687.

HSL color Cylindrical-coordinate representation of color #774FCC: hue angle of 259.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #774FCC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 79 204 -
CMYK 0.42 0.61 0 0.2
HSL 259.2º 0.55% 0.55% -
HSV(B) 259.2º 0.61% 0.8% -
XYZ 21.3 13.87 58.68 -
YUV 105.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 119 79 204 0.42 0.61 0 0.2 259.2 0.55 0.55
Hex 77 4F CC 2A 3D 0 14 103 37 37
Octal 167 117 314 52 75 0 24 403 67 67
Binary 1110111 1001111 11001100 101010 111101 0 10100 100000011 110111 110111

Color Harmonies of #774FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FCC

Black with #774FCC

Text Example


Text Example

White with #774FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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