Html Css Color HEX #775ECF Slate Blue

📋 copy color: '#775ECF'

red 119 ◦ green 94 ◦ blue 207

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

Shades of Slate Blue #775ECF

Tints of Slate Blue #775ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.38%

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 28.33%
G = 22.38%
B = 49.29%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#775ECF (or 0x775ECF) is known color: Slate Blue. HEX triplet: 77, 5E and CF. RGB value is (119,94,207). Sum of RGB (Red+Green+Blue) = 119+94+207=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #775ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ECF is #88A130. Grayscale: #717171. Windows color (decimal): -8954161 or 13590135. OLE color: 13590135.

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

Color convert

RGB 119 94 207 -
CMYK 0.43 0.55 0 0.19
HSL 253.27º 0.54% 0.59% -
HSV(B) 253.27º 0.55% 0.81% -
XYZ 22.87 16.43 61 -
YUV 114.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 119 94 207 0.43 0.55 0 0.19 253.27 0.54 0.59
Hex 77 5E CF 2B 37 0 13 FD 36 3B
Octal 167 136 317 53 67 0 23 375 66 73
Binary 1110111 1011110 11001111 101011 110111 0 10011 11111101 110110 111011

Color Harmonies of #775ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775ECF

Black with #775ECF

Text Example


Text Example

White with #775ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,207); }

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

background-color css

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

 a { background-color: rgb(119,94,207); }

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

border-color css

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

 span { border-color: rgb(119,94,207); }

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