Html Css Color HEX #755EDA Slate Blue

📋 copy color: '#755EDA'

red 117 ◦ green 94 ◦ blue 218

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

Shades of Slate Blue #755EDA

Tints of Slate Blue #755EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.91%

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 27.27%
G = 21.91%
B = 50.82%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#755EDA (or 0x755EDA) is known color: Slate Blue. HEX triplet: 75, 5E and DA. RGB value is (117,94,218). Sum of RGB (Red+Green+Blue) = 117+94+218=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #755EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EDA is #8AA125. Grayscale: #727272. Windows color (decimal): -9085222 or 14311029. OLE color: 14311029.

HSL color Cylindrical-coordinate representation of color #755EDA: hue angle of 251.13º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755EDA is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 94 218 -
CMYK 0.46 0.57 0 0.15
HSL 251.13º 0.63% 0.61% -
HSV(B) 251.13º 0.57% 0.85% -
XYZ 23.99 16.85 68.32 -
YUV 115.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 117 94 218 0.46 0.57 0 0.15 251.13 0.63 0.61
Hex 75 5E DA 2E 39 0 F FB 3F 3D
Octal 165 136 332 56 71 0 17 373 77 75
Binary 1110101 1011110 11011010 101110 111001 0 1111 11111011 111111 111101

Color Harmonies of #755EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EDA

Black with #755EDA

Text Example


Text Example

White with #755EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,218); }

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

background-color css

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

 a { background-color: rgb(117,94,218); }

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

border-color css

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

 span { border-color: rgb(117,94,218); }

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