Html Css Color HEX #755CEA Medium Slate Blue

📋 copy color: '#755CEA'

red 117 ◦ green 92 ◦ blue 234

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

Shades of Medium Slate Blue #755CEA

Tints of Medium Slate Blue #755CEA

RGB

 RED value IS 117 (46.09% from 255) = 26.41%

 GREEN value IS 92 (36.33% from 255) = 20.77%

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 26.41%
G = 20.77%
B = 52.82%

CMYK

 C value IS 0.5

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#755CEA (or 0x755CEA) is known color: Medium Slate Blue. HEX triplet: 75, 5C and EA. RGB value is (117,92,234). Sum of RGB (Red+Green+Blue) = 117+92+234=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #755CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CEA is #8AA315. Grayscale: #737373. Windows color (decimal): -9085718 or 15359093. OLE color: 15359093.

HSL color Cylindrical-coordinate representation of color #755CEA: hue angle of 250.56º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755CEA is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 92 234 -
CMYK 0.5 0.61 0 0.08
HSL 250.56º 0.77% 0.64% -
HSV(B) 250.56º 0.61% 0.92% -
XYZ 26.01 17.38 79.82 -
YUV 115.66 194.78 128.95 -
System Red Green Blue C M Y K H S L
Decimal 117 92 234 0.5 0.61 0 0.08 250.56 0.77 0.64
Hex 75 5C EA 32 3D 0 8 FB 4D 40
Octal 165 134 352 62 75 0 10 373 115 100
Binary 1110101 1011100 11101010 110010 111101 0 1000 11111011 1001101 1000000

Color Harmonies of #755CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CEA

Black with #755CEA

Text Example


Text Example

White with #755CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755CEA; }

 p { color: rgb(117,92,234); }

 H1.HeaderClassName
 {
   color: #755CEA;
 }
 .AnyTagClassName
 {
   color: #755CEA;
 }
</style>

background-color css

<style>
 a { background-color: #755CEA; }

 a { background-color: rgb(117,92,234); }

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

border-color css

<style>
 span { border-color: #755CEA; }

 span { border-color: rgb(117,92,234); }

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