Html Css Color HEX #755EDB Slate Blue

📋 copy color: '#755EDB'

red 117 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #755EDB

Tints of Slate Blue #755EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 27.21%
G = 21.86%
B = 50.93%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#755EDB (or 0x755EDB) is known color: Slate Blue. HEX triplet: 75, 5E and DB. RGB value is (117,94,219). Sum of RGB (Red+Green+Blue) = 117+94+219=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #755EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EDB is #8AA124. Grayscale: #727272. Windows color (decimal): -9085221 or 14376565. OLE color: 14376565.

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

Color convert

RGB 117 94 219 -
CMYK 0.47 0.57 0 0.14
HSL 251.04º 0.63% 0.61% -
HSV(B) 251.04º 0.57% 0.86% -
XYZ 24.13 16.9 69.01 -
YUV 115.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 117 94 219 0.47 0.57 0 0.14 251.04 0.63 0.61
Hex 75 5E DB 2F 39 0 E FB 3F 3D
Octal 165 136 333 57 71 0 16 373 77 75
Binary 1110101 1011110 11011011 101111 111001 0 1110 11111011 111111 111101

Color Harmonies of #755EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EDB

Black with #755EDB

Text Example


Text Example

White with #755EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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