Html Css Color HEX #755ADB Slate Blue

📋 copy color: '#755ADB'

red 117 ◦ green 90 ◦ blue 219

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

Shades of Slate Blue #755ADB

Tints of Slate Blue #755ADB

RGB

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

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

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

R = 27.46%
G = 21.13%
B = 51.41%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#755ADB (or 0x755ADB) is known color: Slate Blue. HEX triplet: 75, 5A and DB. RGB value is (117,90,219). Sum of RGB (Red+Green+Blue) = 117+90+219=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #755ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ADB is #8AA524. Grayscale: #707070. Windows color (decimal): -9086245 or 14375541. OLE color: 14375541.

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

Color convert

RGB 117 90 219 -
CMYK 0.47 0.59 0 0.14
HSL 252.56º 0.64% 0.61% -
HSV(B) 252.56º 0.59% 0.86% -
XYZ 23.78 16.21 68.89 -
YUV 112.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 117 90 219 0.47 0.59 0 0.14 252.56 0.64 0.61
Hex 75 5A DB 2F 3B 0 E FD 40 3D
Octal 165 132 333 57 73 0 16 375 100 75
Binary 1110101 1011010 11011011 101111 111011 0 1110 11111101 1000000 111101

Color Harmonies of #755ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ADB

Black with #755ADB

Text Example


Text Example

White with #755ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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