Html Css Color HEX #7258DA Slate Blue

📋 copy color: '#7258DA'

red 114 ◦ green 88 ◦ blue 218

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

Shades of Slate Blue #7258DA

Tints of Slate Blue #7258DA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.95%

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 27.14%
G = 20.95%
B = 51.9%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7258DA (or 0x7258DA) is known color: Slate Blue. HEX triplet: 72, 58 and DA. RGB value is (114,88,218). Sum of RGB (Red+Green+Blue) = 114+88+218=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #7258DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258DA is #8DA725. Grayscale: #6E6E6E. Windows color (decimal): -9283366 or 14309490. OLE color: 14309490.

HSL color Cylindrical-coordinate representation of color #7258DA: hue angle of 252º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7258DA is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 88 218 -
CMYK 0.48 0.60 0 0.15
HSL 252º 0.64% 0.6% -
HSV(B) 252º 0.6% 0.85% -
XYZ 23.08 15.62 68.13 -
YUV 110.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 114 88 218 0.48 0.60 0 0.15 252 0.64 0.6
Hex 72 58 DA 30 3C 0 F FC 40 3C
Octal 162 130 332 60 74 0 17 374 100 74
Binary 1110010 1011000 11011010 110000 111100 0 1111 11111100 1000000 111100

Color Harmonies of #7258DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7258DA

Black with #7258DA

Text Example


Text Example

White with #7258DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7258DA; }

 p { color: rgb(114,88,218); }

 H1.HeaderClassName
 {
   color: #7258DA;
 }
 .AnyTagClassName
 {
   color: #7258DA;
 }
</style>

background-color css

<style>
 a { background-color: #7258DA; }

 a { background-color: rgb(114,88,218); }

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

border-color css

<style>
 span { border-color: #7258DA; }

 span { border-color: rgb(114,88,218); }

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