Html Css Color HEX #7256DC Slate Blue

📋 copy color: '#7256DC'

red 114 ◦ green 86 ◦ blue 220

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

Shades of Slate Blue #7256DC

Tints of Slate Blue #7256DC

RGB

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

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

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

R = 27.14%
G = 20.48%
B = 52.38%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7256DC (or 0x7256DC) is known color: Slate Blue. HEX triplet: 72, 56 and DC. RGB value is (114,86,220). Sum of RGB (Red+Green+Blue) = 114+86+220=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #7256DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256DC is #8DA923. Grayscale: #6D6D6D. Windows color (decimal): -9283876 or 14440050. OLE color: 14440050.

HSL color Cylindrical-coordinate representation of color #7256DC: hue angle of 252.54º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7256DC is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 86 220 -
CMYK 0.48 0.61 0 0.14
HSL 252.54º 0.66% 0.6% -
HSV(B) 252.54º 0.61% 0.86% -
XYZ 23.19 15.4 69.46 -
YUV 109.65 190.28 131.1 -
System Red Green Blue C M Y K H S L
Decimal 114 86 220 0.48 0.61 0 0.14 252.54 0.66 0.6
Hex 72 56 DC 30 3D 0 E FD 42 3C
Octal 162 126 334 60 75 0 16 375 102 74
Binary 1110010 1010110 11011100 110000 111101 0 1110 11111101 1000010 111100

Color Harmonies of #7256DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256DC

Black with #7256DC

Text Example


Text Example

White with #7256DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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