Html Css Color HEX #7452DB Slate Blue

📋 copy color: '#7452DB'

red 116 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #7452DB

Tints of Slate Blue #7452DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

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

R = 27.82%
G = 19.66%
B = 52.52%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7452DB (or 0x7452DB) is known color: Slate Blue. HEX triplet: 74, 52 and DB. RGB value is (116,82,219). Sum of RGB (Red+Green+Blue) = 116+82+219=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #7452DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7452DB is #8BAD24. Grayscale: #6B6B6B. Windows color (decimal): -9153829 or 14373492. OLE color: 14373492.

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

Color convert

RGB 116 82 219 -
CMYK 0.47 0.63 0 0.14
HSL 254.89º 0.66% 0.59% -
HSV(B) 254.89º 0.63% 0.86% -
XYZ 23.01 14.86 68.67 -
YUV 107.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 116 82 219 0.47 0.63 0 0.14 254.89 0.66 0.59
Hex 74 52 DB 2F 3F 0 E FF 42 3B
Octal 164 122 333 57 77 0 16 377 102 73
Binary 1110100 1010010 11011011 101111 111111 0 1110 11111111 1000010 111011

Color Harmonies of #7452DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7452DB

Black with #7452DB

Text Example


Text Example

White with #7452DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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