Html Css Color HEX #7463DB Slate Blue

📋 copy color: '#7463DB'

red 116 ◦ green 99 ◦ blue 219

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

Shades of Slate Blue #7463DB

Tints of Slate Blue #7463DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

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

R = 26.73%
G = 22.81%
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

#7463DB (or 0x7463DB) is known color: Slate Blue. HEX triplet: 74, 63 and DB. RGB value is (116,99,219). Sum of RGB (Red+Green+Blue) = 116+99+219=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 99 (39.06% from 255 or 22.81% 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 #7463DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463DB is #8B9C24. Grayscale: #757575. Windows color (decimal): -9149477 or 14377844. OLE color: 14377844.

HSL color Cylindrical-coordinate representation of color #7463DB: hue angle of 248.5º degrees, saturation: 0.62, 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 #7463DB is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 99 219 -
CMYK 0.47 0.55 0 0.14
HSL 248.5º 0.63% 0.62% -
HSV(B) 248.5º 0.55% 0.86% -
XYZ 24.45 17.75 69.16 -
YUV 117.76 185.13 126.74 -
System Red Green Blue C M Y K H S L
Decimal 116 99 219 0.47 0.55 0 0.14 248.5 0.63 0.62
Hex 74 63 DB 2F 37 0 E F9 3E 3E
Octal 164 143 333 57 67 0 16 371 76 76
Binary 1110100 1100011 11011011 101111 110111 0 1110 11111001 111110 111110

Color Harmonies of #7463DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7463DB

Black with #7463DB

Text Example


Text Example

White with #7463DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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