Html Css Color HEX #7258C5 Slate Blue

📋 copy color: '#7258C5'

red 114 ◦ green 88 ◦ blue 197

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

Shades of Slate Blue #7258C5

Tints of Slate Blue #7258C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.37%

R = 28.57%
G = 22.06%
B = 49.37%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7258C5 (or 0x7258C5) is known color: Slate Blue. HEX triplet: 72, 58 and C5. RGB value is (114,88,197). Sum of RGB (Red+Green+Blue) = 114+88+197=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #7258C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258C5 is #8DA73A. Grayscale: #6B6B6B. Windows color (decimal): -9283387 or 12933234. OLE color: 12933234.

HSL color Cylindrical-coordinate representation of color #7258C5: hue angle of 254.31º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7258C5 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 88 197 -
CMYK 0.42 0.55 0 0.23
HSL 254.31º 0.48% 0.56% -
HSV(B) 254.31º 0.55% 0.77% -
XYZ 20.51 14.59 54.56 -
YUV 108.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 114 88 197 0.42 0.55 0 0.23 254.31 0.48 0.56
Hex 72 58 C5 2A 37 0 17 FE 30 38
Octal 162 130 305 52 67 0 27 376 60 70
Binary 1110010 1011000 11000101 101010 110111 0 10111 11111110 110000 111000

Color Harmonies of #7258C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7258C5

Black with #7258C5

Text Example


Text Example

White with #7258C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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