Html Css Color HEX #775BD2 Slate Blue

📋 copy color: '#775BD2'

red 119 ◦ green 91 ◦ blue 210

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

Shades of Slate Blue #775BD2

Tints of Slate Blue #775BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50%

R = 28.33%
G = 21.67%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#775BD2 (or 0x775BD2) is known color: Slate Blue. HEX triplet: 77, 5B and D2. RGB value is (119,91,210). Sum of RGB (Red+Green+Blue) = 119+91+210=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 210 (82.42% from 255 or 50% from 420); Max value from RGB is 210 - color contains mainly: blue. Hex color #775BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BD2 is #88A42D. Grayscale: #707070. Windows color (decimal): -8954926 or 13785975. OLE color: 13785975.

HSL color Cylindrical-coordinate representation of color #775BD2: hue angle of 254.12º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775BD2 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 91 210 -
CMYK 0.43 0.57 0 0.18
HSL 254.12º 0.57% 0.59% -
HSV(B) 254.12º 0.57% 0.82% -
XYZ 22.98 16.06 62.86 -
YUV 112.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 119 91 210 0.43 0.57 0 0.18 254.12 0.57 0.59
Hex 77 5B D2 2B 39 0 12 FE 39 3B
Octal 167 133 322 53 71 0 22 376 71 73
Binary 1110111 1011011 11010010 101011 111001 0 10010 11111110 111001 111011

Color Harmonies of #775BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BD2

Black with #775BD2

Text Example


Text Example

White with #775BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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