Html Css Color HEX #775CCE Slate Blue

📋 copy color: '#775CCE'

red 119 ◦ green 92 ◦ blue 206

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

Shades of Slate Blue #775CCE

Tints of Slate Blue #775CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.06%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 28.54%
G = 22.06%
B = 49.4%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#775CCE (or 0x775CCE) is known color: Slate Blue. HEX triplet: 77, 5C and CE. RGB value is (119,92,206). Sum of RGB (Red+Green+Blue) = 119+92+206=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #775CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CCE is #88A331. Grayscale: #707070. Windows color (decimal): -8954674 or 13524087. OLE color: 13524087.

HSL color Cylindrical-coordinate representation of color #775CCE: hue angle of 254.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775CCE is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 92 206 -
CMYK 0.42 0.55 0 0.19
HSL 254.21º 0.54% 0.58% -
HSV(B) 254.21º 0.55% 0.81% -
XYZ 22.58 16.03 60.3 -
YUV 113.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 119 92 206 0.42 0.55 0 0.19 254.21 0.54 0.58
Hex 77 5C CE 2A 37 0 13 FE 36 3A
Octal 167 134 316 52 67 0 23 376 66 72
Binary 1110111 1011100 11001110 101010 110111 0 10011 11111110 110110 111010

Color Harmonies of #775CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CCE

Black with #775CCE

Text Example


Text Example

White with #775CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775CCE; }

 p { color: rgb(119,92,206); }

 H1.HeaderClassName
 {
   color: #775CCE;
 }
 .AnyTagClassName
 {
   color: #775CCE;
 }
</style>

background-color css

<style>
 a { background-color: #775CCE; }

 a { background-color: rgb(119,92,206); }

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

border-color css

<style>
 span { border-color: #775CCE; }

 span { border-color: rgb(119,92,206); }

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