Html Css Color HEX #775AFC Medium Slate Blue

📋 copy color: '#775AFC'

red 119 ◦ green 90 ◦ blue 252

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

Shades of Medium Slate Blue #775AFC

Tints of Medium Slate Blue #775AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 25.81%
G = 19.52%
B = 54.66%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#775AFC (or 0x775AFC) is known color: Medium Slate Blue. HEX triplet: 77, 5A and FC. RGB value is (119,90,252). Sum of RGB (Red+Green+Blue) = 119+90+252=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #775AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775AFC is #88A503. Grayscale: #747474. Windows color (decimal): -8955140 or 16538231. OLE color: 16538231.

HSL color Cylindrical-coordinate representation of color #775AFC: hue angle of 250.74º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #775AFC is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 90 252 -
CMYK 0.53 0.64 0 0.01
HSL 250.74º 0.96% 0.67% -
HSV(B) 250.74º 0.64% 0.99% -
XYZ 28.83 18.26 94.1 -
YUV 117.14 204.11 129.33 -
System Red Green Blue C M Y K H S L
Decimal 119 90 252 0.53 0.64 0 0.01 250.74 0.96 0.67
Hex 77 5A FC 35 40 0 1 FB 60 43
Octal 167 132 374 65 100 0 1 373 140 103
Binary 1110111 1011010 11111100 110101 1000000 0 1 11111011 1100000 1000011

Color Harmonies of #775AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775AFC

Black with #775AFC

Text Example


Text Example

White with #775AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,90,252); }

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

background-color css

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

 a { background-color: rgb(119,90,252); }

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

border-color css

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

 span { border-color: rgb(119,90,252); }

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