Html Css Color HEX #774BCB Slate Blue

📋 copy color: '#774BCB'

red 119 ◦ green 75 ◦ blue 203

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

Shades of Slate Blue #774BCB

Tints of Slate Blue #774BCB

RGB

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

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

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

R = 29.97%
G = 18.89%
B = 51.13%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#774BCB (or 0x774BCB) is known color: Slate Blue. HEX triplet: 77, 4B and CB. RGB value is (119,75,203). Sum of RGB (Red+Green+Blue) = 119+75+203=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #774BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BCB is #88B434. Grayscale: #666666. Windows color (decimal): -8959029 or 13323127. OLE color: 13323127.

HSL color Cylindrical-coordinate representation of color #774BCB: hue angle of 260.62º degrees, saturation: 0.55, 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 #774BCB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 75 203 -
CMYK 0.41 0.63 0 0.20
HSL 260.63º 0.55% 0.55% -
HSV(B) 260.63º 0.63% 0.8% -
XYZ 20.9 13.27 57.96 -
YUV 102.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 119 75 203 0.41 0.63 0 0.20 260.63 0.55 0.55
Hex 77 4B CB 29 3F 0 14 105 37 37
Octal 167 113 313 51 77 0 24 405 67 67
Binary 1110111 1001011 11001011 101001 111111 0 10100 100000101 110111 110111

Color Harmonies of #774BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BCB

Black with #774BCB

Text Example


Text Example

White with #774BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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