Html Css Color HEX #7251C9 Slate Blue

📋 copy color: '#7251C9'

red 114 ◦ green 81 ◦ blue 201

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

Shades of Slate Blue #7251C9

Tints of Slate Blue #7251C9

RGB

 RED value IS 114 (44.92% from 255) = 28.79%

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

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 28.79%
G = 20.45%
B = 50.76%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7251C9 (or 0x7251C9) is known color: Slate Blue. HEX triplet: 72, 51 and C9. RGB value is (114,81,201). Sum of RGB (Red+Green+Blue) = 114+81+201=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #7251C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251C9 is #8DAE36. Grayscale: #686868. Windows color (decimal): -9285175 or 13193586. OLE color: 13193586.

HSL color Cylindrical-coordinate representation of color #7251C9: hue angle of 256.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7251C9 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 81 201 -
CMYK 0.43 0.60 0 0.21
HSL 256.5º 0.53% 0.55% -
HSV(B) 256.5º 0.6% 0.79% -
XYZ 20.42 13.68 56.82 -
YUV 104.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 114 81 201 0.43 0.60 0 0.21 256.5 0.53 0.55
Hex 72 51 C9 2B 3C 0 15 100 35 37
Octal 162 121 311 53 74 0 25 400 65 67
Binary 1110010 1010001 11001001 101011 111100 0 10101 100000000 110101 110111

Color Harmonies of #7251C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7251C9

Black with #7251C9

Text Example


Text Example

White with #7251C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7251C9; }

 p { color: rgb(114,81,201); }

 H1.HeaderClassName
 {
   color: #7251C9;
 }
 .AnyTagClassName
 {
   color: #7251C9;
 }
</style>

background-color css

<style>
 a { background-color: #7251C9; }

 a { background-color: rgb(114,81,201); }

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

border-color css

<style>
 span { border-color: #7251C9; }

 span { border-color: rgb(114,81,201); }

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