Html Css Color HEX #7255D1 Slate Blue

📋 copy color: '#7255D1'

red 114 ◦ green 85 ◦ blue 209

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

Shades of Slate Blue #7255D1

Tints of Slate Blue #7255D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

 BLUE value IS 209 (82.03% from 255) = 51.23%

R = 27.94%
G = 20.83%
B = 51.23%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7255D1 (or 0x7255D1) is known color: Slate Blue. HEX triplet: 72, 55 and D1. RGB value is (114,85,209). Sum of RGB (Red+Green+Blue) = 114+85+209=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #7255D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255D1 is #8DAA2E. Grayscale: #6B6B6B. Windows color (decimal): -9284143 or 13718898. OLE color: 13718898.

HSL color Cylindrical-coordinate representation of color #7255D1: hue angle of 254.03º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7255D1 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 85 209 -
CMYK 0.45 0.59 0 0.18
HSL 254.03º 0.57% 0.58% -
HSV(B) 254.03º 0.59% 0.82% -
XYZ 21.7 14.68 62.01 -
YUV 107.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 114 85 209 0.45 0.59 0 0.18 254.03 0.57 0.58
Hex 72 55 D1 2D 3B 0 12 FE 39 3A
Octal 162 125 321 55 73 0 22 376 71 72
Binary 1110010 1010101 11010001 101101 111011 0 10010 11111110 111001 111010

Color Harmonies of #7255D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255D1

Black with #7255D1

Text Example


Text Example

White with #7255D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7255D1; }

 p { color: rgb(114,85,209); }

 H1.HeaderClassName
 {
   color: #7255D1;
 }
 .AnyTagClassName
 {
   color: #7255D1;
 }
</style>

background-color css

<style>
 a { background-color: #7255D1; }

 a { background-color: rgb(114,85,209); }

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

border-color css

<style>
 span { border-color: #7255D1; }

 span { border-color: rgb(114,85,209); }

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