Html Css Color HEX #774BCC Slate Blue

📋 copy color: '#774BCC'

red 119 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #774BCC

Tints of Slate Blue #774BCC

RGB

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

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

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

R = 29.9%
G = 18.84%
B = 51.26%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#774BCC (or 0x774BCC) is known color: Slate Blue. HEX triplet: 77, 4B and CC. RGB value is (119,75,204). Sum of RGB (Red+Green+Blue) = 119+75+204=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #774BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BCC is #88B433. Grayscale: #666666. Windows color (decimal): -8959028 or 13388663. OLE color: 13388663.

HSL color Cylindrical-coordinate representation of color #774BCC: hue angle of 260.47º degrees, saturation: 0.56, 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 #774BCC is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 75 204 -
CMYK 0.42 0.63 0 0.2
HSL 260.47º 0.56% 0.55% -
HSV(B) 260.47º 0.63% 0.8% -
XYZ 21.02 13.31 58.59 -
YUV 102.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 119 75 204 0.42 0.63 0 0.2 260.47 0.56 0.55
Hex 77 4B CC 2A 3F 0 14 104 38 37
Octal 167 113 314 52 77 0 24 404 70 67
Binary 1110111 1001011 11001100 101010 111111 0 10100 100000100 111000 110111

Color Harmonies of #774BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BCC

Black with #774BCC

Text Example


Text Example

White with #774BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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