Html Css Color HEX #7257DC Slate Blue

📋 copy color: '#7257DC'

red 114 ◦ green 87 ◦ blue 220

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

Shades of Slate Blue #7257DC

Tints of Slate Blue #7257DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

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

R = 27.08%
G = 20.67%
B = 52.26%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7257DC (or 0x7257DC) is known color: Slate Blue. HEX triplet: 72, 57 and DC. RGB value is (114,87,220). Sum of RGB (Red+Green+Blue) = 114+87+220=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #7257DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7257DC is #8DA823. Grayscale: #6D6D6D. Windows color (decimal): -9283620 or 14440306. OLE color: 14440306.

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

Color convert

RGB 114 87 220 -
CMYK 0.48 0.60 0 0.14
HSL 252.18º 0.66% 0.6% -
HSV(B) 252.18º 0.6% 0.86% -
XYZ 23.27 15.56 69.49 -
YUV 110.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 114 87 220 0.48 0.60 0 0.14 252.18 0.66 0.6
Hex 72 57 DC 30 3C 0 E FC 42 3C
Octal 162 127 334 60 74 0 16 374 102 74
Binary 1110010 1010111 11011100 110000 111100 0 1110 11111100 1000010 111100

Color Harmonies of #7257DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7257DC

Black with #7257DC

Text Example


Text Example

White with #7257DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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