Html Css Color HEX #7463DA Slate Blue

📋 copy color: '#7463DA'

red 116 ◦ green 99 ◦ blue 218

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

Shades of Slate Blue #7463DA

Tints of Slate Blue #7463DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 26.79%
G = 22.86%
B = 50.35%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7463DA (or 0x7463DA) is known color: Slate Blue. HEX triplet: 74, 63 and DA. RGB value is (116,99,218). Sum of RGB (Red+Green+Blue) = 116+99+218=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #7463DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463DA is #8B9C25. Grayscale: #757575. Windows color (decimal): -9149478 or 14312308. OLE color: 14312308.

HSL color Cylindrical-coordinate representation of color #7463DA: hue angle of 248.57º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7463DA is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 99 218 -
CMYK 0.47 0.55 0 0.15
HSL 248.57º 0.62% 0.62% -
HSV(B) 248.57º 0.55% 0.85% -
XYZ 24.32 17.7 68.46 -
YUV 117.65 184.63 126.82 -
System Red Green Blue C M Y K H S L
Decimal 116 99 218 0.47 0.55 0 0.15 248.57 0.62 0.62
Hex 74 63 DA 2F 37 0 F F9 3E 3E
Octal 164 143 332 57 67 0 17 371 76 76
Binary 1110100 1100011 11011010 101111 110111 0 1111 11111001 111110 111110

Color Harmonies of #7463DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7463DA

Black with #7463DA

Text Example


Text Example

White with #7463DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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