Html Css Color HEX #774BD0 Slate Blue

📋 copy color: '#774BD0'

red 119 ◦ green 75 ◦ blue 208

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

Shades of Slate Blue #774BD0

Tints of Slate Blue #774BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.74%

R = 29.6%
G = 18.66%
B = 51.74%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#774BD0 (or 0x774BD0) is known color: Slate Blue. HEX triplet: 77, 4B and D0. RGB value is (119,75,208). Sum of RGB (Red+Green+Blue) = 119+75+208=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #774BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BD0 is #88B42F. Grayscale: #666666. Windows color (decimal): -8959024 or 13650807. OLE color: 13650807.

HSL color Cylindrical-coordinate representation of color #774BD0: hue angle of 259.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #774BD0 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 75 208 -
CMYK 0.43 0.64 0 0.18
HSL 259.85º 0.59% 0.55% -
HSV(B) 259.85º 0.64% 0.82% -
XYZ 21.51 13.51 61.15 -
YUV 103.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 119 75 208 0.43 0.64 0 0.18 259.85 0.59 0.55
Hex 77 4B D0 2B 40 0 12 104 3B 37
Octal 167 113 320 53 100 0 22 404 73 67
Binary 1110111 1001011 11010000 101011 1000000 0 10010 100000100 111011 110111

Color Harmonies of #774BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BD0

Black with #774BD0

Text Example


Text Example

White with #774BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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