Html Css Color HEX #7455DB Slate Blue

📋 copy color: '#7455DB'

red 116 ◦ green 85 ◦ blue 219

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

Shades of Slate Blue #7455DB

Tints of Slate Blue #7455DB

RGB

 RED value IS 116 (45.7% from 255) = 27.62%

 GREEN value IS 85 (33.59% from 255) = 20.24%

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

R = 27.62%
G = 20.24%
B = 52.14%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7455DB (or 0x7455DB) is known color: Slate Blue. HEX triplet: 74, 55 and DB. RGB value is (116,85,219). Sum of RGB (Red+Green+Blue) = 116+85+219=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #7455DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455DB is #8BAA24. Grayscale: #6D6D6D. Windows color (decimal): -9153061 or 14374260. OLE color: 14374260.

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

Color convert

RGB 116 85 219 -
CMYK 0.47 0.61 0 0.14
HSL 253.88º 0.65% 0.6% -
HSV(B) 253.88º 0.61% 0.86% -
XYZ 23.24 15.32 68.75 -
YUV 109.55 189.77 132.6 -
System Red Green Blue C M Y K H S L
Decimal 116 85 219 0.47 0.61 0 0.14 253.88 0.65 0.6
Hex 74 55 DB 2F 3D 0 E FE 41 3C
Octal 164 125 333 57 75 0 16 376 101 74
Binary 1110100 1010101 11011011 101111 111101 0 1110 11111110 1000001 111100

Color Harmonies of #7455DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7455DB

Black with #7455DB

Text Example


Text Example

White with #7455DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7455DB; }

 p { color: rgb(116,85,219); }

 H1.HeaderClassName
 {
   color: #7455DB;
 }
 .AnyTagClassName
 {
   color: #7455DB;
 }
</style>

background-color css

<style>
 a { background-color: #7455DB; }

 a { background-color: rgb(116,85,219); }

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

border-color css

<style>
 span { border-color: #7455DB; }

 span { border-color: rgb(116,85,219); }

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