Html Css Color HEX #774ACB Slate Blue

📋 copy color: '#774ACB'

red 119 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #774ACB

Tints of Slate Blue #774ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

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

R = 30.05%
G = 18.69%
B = 51.26%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#774ACB (or 0x774ACB) is known color: Slate Blue. HEX triplet: 77, 4A and CB. RGB value is (119,74,203). Sum of RGB (Red+Green+Blue) = 119+74+203=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #774ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ACB is #88B534. Grayscale: #656565. Windows color (decimal): -8959285 or 13322871. OLE color: 13322871.

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

Color convert

RGB 119 74 203 -
CMYK 0.41 0.64 0 0.20
HSL 260.93º 0.55% 0.54% -
HSV(B) 260.93º 0.64% 0.8% -
XYZ 20.84 13.13 57.94 -
YUV 102.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 119 74 203 0.41 0.64 0 0.20 260.93 0.55 0.54
Hex 77 4A CB 29 40 0 14 105 37 36
Octal 167 112 313 51 100 0 24 405 67 66
Binary 1110111 1001010 11001011 101001 1000000 0 10100 100000101 110111 110110

Color Harmonies of #774ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774ACB

Black with #774ACB

Text Example


Text Example

White with #774ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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