Html Css Color HEX #7451D7 Slate Blue

📋 copy color: '#7451D7'

red 116 ◦ green 81 ◦ blue 215

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

Shades of Slate Blue #7451D7

Tints of Slate Blue #7451D7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.66%

 BLUE value IS 215 (84.38% from 255) = 52.18%

R = 28.16%
G = 19.66%
B = 52.18%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7451D7 (or 0x7451D7) is known color: Slate Blue. HEX triplet: 74, 51 and D7. RGB value is (116,81,215). Sum of RGB (Red+Green+Blue) = 116+81+215=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #7451D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451D7 is #8BAE28. Grayscale: #6A6A6A. Windows color (decimal): -9154089 or 14111092. OLE color: 14111092.

HSL color Cylindrical-coordinate representation of color #7451D7: hue angle of 255.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7451D7 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 81 215 -
CMYK 0.46 0.62 0 0.16
HSL 255.67º 0.63% 0.58% -
HSV(B) 255.67º 0.62% 0.84% -
XYZ 22.41 14.5 65.91 -
YUV 106.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 116 81 215 0.46 0.62 0 0.16 255.67 0.63 0.58
Hex 74 51 D7 2E 3E 0 10 100 3F 3A
Octal 164 121 327 56 76 0 20 400 77 72
Binary 1110100 1010001 11010111 101110 111110 0 10000 100000000 111111 111010

Color Harmonies of #7451D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7451D7

Black with #7451D7

Text Example


Text Example

White with #7451D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7451D7; }

 p { color: rgb(116,81,215); }

 H1.HeaderClassName
 {
   color: #7451D7;
 }
 .AnyTagClassName
 {
   color: #7451D7;
 }
</style>

background-color css

<style>
 a { background-color: #7451D7; }

 a { background-color: rgb(116,81,215); }

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

border-color css

<style>
 span { border-color: #7451D7; }

 span { border-color: rgb(116,81,215); }

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