Html Css Color HEX #7258D8 Slate Blue

📋 copy color: '#7258D8'

red 114 ◦ green 88 ◦ blue 216

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

Shades of Slate Blue #7258D8

Tints of Slate Blue #7258D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.67%

R = 27.27%
G = 21.05%
B = 51.67%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7258D8 (or 0x7258D8) is known color: Slate Blue. HEX triplet: 72, 58 and D8. RGB value is (114,88,216). Sum of RGB (Red+Green+Blue) = 114+88+216=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #7258D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258D8 is #8DA727. Grayscale: #6D6D6D. Windows color (decimal): -9283368 or 14178418. OLE color: 14178418.

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

Color convert

RGB 114 88 216 -
CMYK 0.47 0.59 0 0.15
HSL 252.19º 0.62% 0.6% -
HSV(B) 252.19º 0.59% 0.85% -
XYZ 22.82 15.51 66.76 -
YUV 110.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 114 88 216 0.47 0.59 0 0.15 252.19 0.62 0.6
Hex 72 58 D8 2F 3B 0 F FC 3E 3C
Octal 162 130 330 57 73 0 17 374 76 74
Binary 1110010 1011000 11011000 101111 111011 0 1111 11111100 111110 111100

Color Harmonies of #7258D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7258D8

Black with #7258D8

Text Example


Text Example

White with #7258D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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