Html Css Color HEX #774DCB Slate Blue

📋 copy color: '#774DCB'

red 119 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #774DCB

Tints of Slate Blue #774DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.3%

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 29.82%
G = 19.3%
B = 50.88%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#774DCB (or 0x774DCB) is known color: Slate Blue. HEX triplet: 77, 4D and CB. RGB value is (119,77,203). Sum of RGB (Red+Green+Blue) = 119+77+203=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #774DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DCB is #88B234. Grayscale: #676767. Windows color (decimal): -8958517 or 13323639. OLE color: 13323639.

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

Color convert

RGB 119 77 203 -
CMYK 0.41 0.62 0 0.20
HSL 260º 0.55% 0.55% -
HSV(B) 260º 0.62% 0.8% -
XYZ 21.04 13.54 58 -
YUV 103.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 119 77 203 0.41 0.62 0 0.20 260 0.55 0.55
Hex 77 4D CB 29 3E 0 14 104 37 37
Octal 167 115 313 51 76 0 24 404 67 67
Binary 1110111 1001101 11001011 101001 111110 0 10100 100000100 110111 110111

Color Harmonies of #774DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DCB

Black with #774DCB

Text Example


Text Example

White with #774DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,77,203); }

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

background-color css

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

 a { background-color: rgb(119,77,203); }

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

border-color css

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

 span { border-color: rgb(119,77,203); }

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