Html Css Color HEX #754CDB Slate Blue

📋 copy color: '#754CDB'

red 117 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #754CDB

Tints of Slate Blue #754CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.45%

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

R = 28.4%
G = 18.45%
B = 53.16%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#754CDB (or 0x754CDB) is known color: Slate Blue. HEX triplet: 75, 4C and DB. RGB value is (117,76,219). Sum of RGB (Red+Green+Blue) = 117+76+219=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #754CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CDB is #8AB324. Grayscale: #686868. Windows color (decimal): -9089829 or 14371957. OLE color: 14371957.

HSL color Cylindrical-coordinate representation of color #754CDB: hue angle of 257.2º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754CDB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 76 219 -
CMYK 0.47 0.65 0 0.14
HSL 257.2º 0.67% 0.58% -
HSV(B) 257.2º 0.65% 0.86% -
XYZ 22.71 14.07 68.54 -
YUV 104.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 117 76 219 0.47 0.65 0 0.14 257.2 0.67 0.58
Hex 75 4C DB 2F 41 0 E 101 43 3A
Octal 165 114 333 57 101 0 16 401 103 72
Binary 1110101 1001100 11011011 101111 1000001 0 1110 100000001 1000011 111010

Color Harmonies of #754CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CDB

Black with #754CDB

Text Example


Text Example

White with #754CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754CDB; }

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

 H1.HeaderClassName
 {
   color: #754CDB;
 }
 .AnyTagClassName
 {
   color: #754CDB;
 }
</style>

background-color css

<style>
 a { background-color: #754CDB; }

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

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

border-color css

<style>
 span { border-color: #754CDB; }

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

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