Html Css Color HEX #7562DB Slate Blue

📋 copy color: '#7562DB'

red 117 ◦ green 98 ◦ blue 219

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

Shades of Slate Blue #7562DB

Tints of Slate Blue #7562DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.58%

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

R = 26.96%
G = 22.58%
B = 50.46%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7562DB (or 0x7562DB) is known color: Slate Blue. HEX triplet: 75, 62 and DB. RGB value is (117,98,219). Sum of RGB (Red+Green+Blue) = 117+98+219=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #7562DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562DB is #8A9D24. Grayscale: #757575. Windows color (decimal): -9084197 or 14377589. OLE color: 14377589.

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

Color convert

RGB 117 98 219 -
CMYK 0.47 0.55 0 0.14
HSL 249.42º 0.63% 0.62% -
HSV(B) 249.42º 0.55% 0.86% -
XYZ 24.49 17.63 69.13 -
YUV 117.48 185.29 127.66 -
System Red Green Blue C M Y K H S L
Decimal 117 98 219 0.47 0.55 0 0.14 249.42 0.63 0.62
Hex 75 62 DB 2F 37 0 E F9 3F 3E
Octal 165 142 333 57 67 0 16 371 77 76
Binary 1110101 1100010 11011011 101111 110111 0 1110 11111001 111111 111110

Color Harmonies of #7562DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7562DB

Black with #7562DB

Text Example


Text Example

White with #7562DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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