Html Css Color HEX #774BCD Slate Blue

📋 copy color: '#774BCD'

red 119 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #774BCD

Tints of Slate Blue #774BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.8%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 29.82%
G = 18.8%
B = 51.38%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#774BCD (or 0x774BCD) is known color: Slate Blue. HEX triplet: 77, 4B and CD. RGB value is (119,75,205). Sum of RGB (Red+Green+Blue) = 119+75+205=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #774BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BCD is #88B432. Grayscale: #666666. Windows color (decimal): -8959027 or 13454199. OLE color: 13454199.

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

Color convert

RGB 119 75 205 -
CMYK 0.42 0.63 0 0.20
HSL 260.31º 0.57% 0.55% -
HSV(B) 260.31º 0.63% 0.8% -
XYZ 21.14 13.36 59.22 -
YUV 102.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 119 75 205 0.42 0.63 0 0.20 260.31 0.57 0.55
Hex 77 4B CD 2A 3F 0 14 104 39 37
Octal 167 113 315 52 77 0 24 404 71 67
Binary 1110111 1001011 11001101 101010 111111 0 10100 100000100 111001 110111

Color Harmonies of #774BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BCD

Black with #774BCD

Text Example


Text Example

White with #774BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,75,205); }

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

background-color css

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

 a { background-color: rgb(119,75,205); }

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

border-color css

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

 span { border-color: rgb(119,75,205); }

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