Html Css Color HEX #7258DB Slate Blue

📋 copy color: '#7258DB'

red 114 ◦ green 88 ◦ blue 219

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

Shades of Slate Blue #7258DB

Tints of Slate Blue #7258DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 27.08%
G = 20.9%
B = 52.02%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7258DB (or 0x7258DB) is known color: Slate Blue. HEX triplet: 72, 58 and DB. RGB value is (114,88,219). Sum of RGB (Red+Green+Blue) = 114+88+219=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #7258DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258DB is #8DA724. Grayscale: #6E6E6E. Windows color (decimal): -9283365 or 14375026. OLE color: 14375026.

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

Color convert

RGB 114 88 219 -
CMYK 0.48 0.60 0 0.14
HSL 251.91º 0.65% 0.6% -
HSV(B) 251.91º 0.6% 0.86% -
XYZ 23.22 15.67 68.82 -
YUV 110.71 189.11 130.35 -
System Red Green Blue C M Y K H S L
Decimal 114 88 219 0.48 0.60 0 0.14 251.91 0.65 0.6
Hex 72 58 DB 30 3C 0 E FC 41 3C
Octal 162 130 333 60 74 0 16 374 101 74
Binary 1110010 1011000 11011011 110000 111100 0 1110 11111100 1000001 111100

Color Harmonies of #7258DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7258DB

Black with #7258DB

Text Example


Text Example

White with #7258DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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