Html Css Color HEX #7755FE Medium Slate Blue

📋 copy color: '#7755FE'

red 119 ◦ green 85 ◦ blue 254

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

Shades of Medium Slate Blue #7755FE

Tints of Medium Slate Blue #7755FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.56%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 25.98%
G = 18.56%
B = 55.46%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7755FE (or 0x7755FE) is known color: Medium Slate Blue. HEX triplet: 77, 55 and FE. RGB value is (119,85,254). Sum of RGB (Red+Green+Blue) = 119+85+254=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #7755FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7755FE is #88AA01. Grayscale: #717171. Windows color (decimal): -8956418 or 16668023. OLE color: 16668023.

HSL color Cylindrical-coordinate representation of color #7755FE: hue angle of 252.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7755FE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 85 254 -
CMYK 0.53 0.67 0 0.00
HSL 252.07º 0.99% 0.66% -
HSV(B) 252.07º 0.67% 1% -
XYZ 28.75 17.57 95.64 -
YUV 114.43 206.76 131.26 -
System Red Green Blue C M Y K H S L
Decimal 119 85 254 0.53 0.67 0 0.00 252.07 0.99 0.66
Hex 77 55 FE 35 43 0 0 FC 63 42
Octal 167 125 376 65 103 0 0 374 143 102
Binary 1110111 1010101 11111110 110101 1000011 0 0 11111100 1100011 1000010

Color Harmonies of #7755FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7755FE

Black with #7755FE

Text Example


Text Example

White with #7755FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7755FE; }

 p { color: rgb(119,85,254); }

 H1.HeaderClassName
 {
   color: #7755FE;
 }
 .AnyTagClassName
 {
   color: #7755FE;
 }
</style>

background-color css

<style>
 a { background-color: #7755FE; }

 a { background-color: rgb(119,85,254); }

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

border-color css

<style>
 span { border-color: #7755FE; }

 span { border-color: rgb(119,85,254); }

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