Html Css Color HEX #7258CE Slate Blue

📋 copy color: '#7258CE'

red 114 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #7258CE

Tints of Slate Blue #7258CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 27.94%
G = 21.57%
B = 50.49%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7258CE (or 0x7258CE) is known color: Slate Blue. HEX triplet: 72, 58 and CE. RGB value is (114,88,206). Sum of RGB (Red+Green+Blue) = 114+88+206=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #7258CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258CE is #8DA731. Grayscale: #6C6C6C. Windows color (decimal): -9283378 or 13523058. OLE color: 13523058.

HSL color Cylindrical-coordinate representation of color #7258CE: hue angle of 253.22º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7258CE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 88 206 -
CMYK 0.45 0.57 0 0.19
HSL 253.22º 0.55% 0.58% -
HSV(B) 253.22º 0.57% 0.81% -
XYZ 21.57 15.01 60.15 -
YUV 109.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 114 88 206 0.45 0.57 0 0.19 253.22 0.55 0.58
Hex 72 58 CE 2D 39 0 13 FD 37 3A
Octal 162 130 316 55 71 0 23 375 67 72
Binary 1110010 1011000 11001110 101101 111001 0 10011 11111101 110111 111010

Color Harmonies of #7258CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7258CE

Black with #7258CE

Text Example


Text Example

White with #7258CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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