Html Css Color HEX #7251C8 Slate Blue

📋 copy color: '#7251C8'

red 114 ◦ green 81 ◦ blue 200

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

Shades of Slate Blue #7251C8

Tints of Slate Blue #7251C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.63%

R = 28.86%
G = 20.51%
B = 50.63%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7251C8 (or 0x7251C8) is known color: Slate Blue. HEX triplet: 72, 51 and C8. RGB value is (114,81,200). Sum of RGB (Red+Green+Blue) = 114+81+200=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #7251C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251C8 is #8DAE37. Grayscale: #676767. Windows color (decimal): -9285176 or 13128050. OLE color: 13128050.

HSL color Cylindrical-coordinate representation of color #7251C8: hue angle of 256.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7251C8 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 81 200 -
CMYK 0.43 0.59 0 0.22
HSL 256.64º 0.52% 0.55% -
HSV(B) 256.64º 0.6% 0.78% -
XYZ 20.31 13.63 56.2 -
YUV 104.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 114 81 200 0.43 0.59 0 0.22 256.64 0.52 0.55
Hex 72 51 C8 2B 3B 0 16 101 34 37
Octal 162 121 310 53 73 0 26 401 64 67
Binary 1110010 1010001 11001000 101011 111011 0 10110 100000001 110100 110111

Color Harmonies of #7251C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7251C8

Black with #7251C8

Text Example


Text Example

White with #7251C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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