Html Css Color HEX #775BD3 Slate Blue

📋 copy color: '#775BD3'

red 119 ◦ green 91 ◦ blue 211

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

Shades of Slate Blue #775BD3

Tints of Slate Blue #775BD3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.62%

 BLUE value IS 211 (82.81% from 255) = 50.12%

R = 28.27%
G = 21.62%
B = 50.12%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#775BD3 (or 0x775BD3) is known color: Slate Blue. HEX triplet: 77, 5B and D3. RGB value is (119,91,211). Sum of RGB (Red+Green+Blue) = 119+91+211=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 211 (82.81% from 255 or 50.12% from 421); Max value from RGB is 211 - color contains mainly: blue. Hex color #775BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BD3 is #88A42C. Grayscale: #707070. Windows color (decimal): -8954925 or 13851511. OLE color: 13851511.

HSL color Cylindrical-coordinate representation of color #775BD3: hue angle of 254º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775BD3 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 91 211 -
CMYK 0.44 0.57 0 0.17
HSL 254º 0.58% 0.59% -
HSV(B) 254º 0.57% 0.83% -
XYZ 23.11 16.11 63.52 -
YUV 113.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 119 91 211 0.44 0.57 0 0.17 254 0.58 0.59
Hex 77 5B D3 2C 39 0 11 FE 3A 3B
Octal 167 133 323 54 71 0 21 376 72 73
Binary 1110111 1011011 11010011 101100 111001 0 10001 11111110 111010 111011

Color Harmonies of #775BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BD3

Black with #775BD3

Text Example


Text Example

White with #775BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,91,211); }

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

background-color css

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

 a { background-color: rgb(119,91,211); }

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

border-color css

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

 span { border-color: rgb(119,91,211); }

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