Html Css Color HEX #7256E0 Slate Blue

📋 copy color: '#7256E0'

red 114 ◦ green 86 ◦ blue 224

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

Shades of Slate Blue #7256E0

Tints of Slate Blue #7256E0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.28%

 BLUE value IS 224 (87.89% from 255) = 52.83%

R = 26.89%
G = 20.28%
B = 52.83%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7256E0 (or 0x7256E0) is known color: Slate Blue. HEX triplet: 72, 56 and E0. RGB value is (114,86,224). Sum of RGB (Red+Green+Blue) = 114+86+224=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #7256E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256E0 is #8DA91F. Grayscale: #6D6D6D. Windows color (decimal): -9283872 or 14702194. OLE color: 14702194.

HSL color Cylindrical-coordinate representation of color #7256E0: hue angle of 252.17º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7256E0 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 86 224 -
CMYK 0.49 0.62 0 0.12
HSL 252.17º 0.69% 0.61% -
HSV(B) 252.17º 0.62% 0.88% -
XYZ 23.72 15.61 72.28 -
YUV 110.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 114 86 224 0.49 0.62 0 0.12 252.17 0.69 0.61
Hex 72 56 E0 31 3E 0 C FC 45 3D
Octal 162 126 340 61 76 0 14 374 105 75
Binary 1110010 1010110 11100000 110001 111110 0 1100 11111100 1000101 111101

Color Harmonies of #7256E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256E0

Black with #7256E0

Text Example


Text Example

White with #7256E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7256E0; }

 p { color: rgb(114,86,224); }

 H1.HeaderClassName
 {
   color: #7256E0;
 }
 .AnyTagClassName
 {
   color: #7256E0;
 }
</style>

background-color css

<style>
 a { background-color: #7256E0; }

 a { background-color: rgb(114,86,224); }

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

border-color css

<style>
 span { border-color: #7256E0; }

 span { border-color: rgb(114,86,224); }

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