Html Css Color HEX #7462DC Slate Blue

📋 copy color: '#7462DC'

red 116 ◦ green 98 ◦ blue 220

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

Shades of Slate Blue #7462DC

Tints of Slate Blue #7462DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 26.73%
G = 22.58%
B = 50.69%

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

#7462DC (or 0x7462DC) is known color: Slate Blue. HEX triplet: 74, 62 and DC. RGB value is (116,98,220). Sum of RGB (Red+Green+Blue) = 116+98+220=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #7462DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7462DC is #8B9D23. Grayscale: #747474. Windows color (decimal): -9149732 or 14443124. OLE color: 14443124.

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

Color convert

RGB 116 98 220 -
CMYK 0.47 0.55 0 0.14
HSL 248.85º 0.64% 0.62% -
HSV(B) 248.85º 0.55% 0.86% -
XYZ 24.49 17.62 69.82 -
YUV 117.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 116 98 220 0.47 0.55 0 0.14 248.85 0.64 0.62
Hex 74 62 DC 2F 37 0 E F9 40 3E
Octal 164 142 334 57 67 0 16 371 100 76
Binary 1110100 1100010 11011100 101111 110111 0 1110 11111001 1000000 111110

Color Harmonies of #7462DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7462DC

Black with #7462DC

Text Example


Text Example

White with #7462DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7462DC; }

 p { color: rgb(116,98,220); }

 H1.HeaderClassName
 {
   color: #7462DC;
 }
 .AnyTagClassName
 {
   color: #7462DC;
 }
</style>

background-color css

<style>
 a { background-color: #7462DC; }

 a { background-color: rgb(116,98,220); }

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

border-color css

<style>
 span { border-color: #7462DC; }

 span { border-color: rgb(116,98,220); }

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