Html Css Color HEX #7255E0 Slate Blue

📋 copy color: '#7255E0'

red 114 ◦ green 85 ◦ blue 224

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

Shades of Slate Blue #7255E0

Tints of Slate Blue #7255E0

RGB

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

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

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

R = 26.95%
G = 20.09%
B = 52.96%

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

#7255E0 (or 0x7255E0) is known color: Slate Blue. HEX triplet: 72, 55 and E0. RGB value is (114,85,224). Sum of RGB (Red+Green+Blue) = 114+85+224=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #7255E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255E0 is #8DAA1F. Grayscale: #6C6C6C. Windows color (decimal): -9284128 or 14701938. OLE color: 14701938.

HSL color Cylindrical-coordinate representation of color #7255E0: hue angle of 252.52º 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 #7255E0 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 85 224 -
CMYK 0.49 0.62 0 0.12
HSL 252.52º 0.69% 0.61% -
HSV(B) 252.52º 0.62% 0.88% -
XYZ 23.64 15.46 72.26 -
YUV 109.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 114 85 224 0.49 0.62 0 0.12 252.52 0.69 0.61
Hex 72 55 E0 31 3E 0 C FD 45 3D
Octal 162 125 340 61 76 0 14 375 105 75
Binary 1110010 1010101 11100000 110001 111110 0 1100 11111101 1000101 111101

Color Harmonies of #7255E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255E0

Black with #7255E0

Text Example


Text Example

White with #7255E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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