Html Css Color HEX #7250DB Slate Blue

📋 copy color: '#7250DB'

red 114 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #7250DB

Tints of Slate Blue #7250DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.37%

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

R = 27.6%
G = 19.37%
B = 53.03%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7250DB (or 0x7250DB) is known color: Slate Blue. HEX triplet: 72, 50 and DB. RGB value is (114,80,219). Sum of RGB (Red+Green+Blue) = 114+80+219=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #7250DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250DB is #8DAF24. Grayscale: #696969. Windows color (decimal): -9285413 or 14372978. OLE color: 14372978.

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

Color convert

RGB 114 80 219 -
CMYK 0.48 0.63 0 0.14
HSL 254.68º 0.66% 0.59% -
HSV(B) 254.68º 0.63% 0.86% -
XYZ 22.59 14.43 68.61 -
YUV 106.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 114 80 219 0.48 0.63 0 0.14 254.68 0.66 0.59
Hex 72 50 DB 30 3F 0 E FF 42 3B
Octal 162 120 333 60 77 0 16 377 102 73
Binary 1110010 1010000 11011011 110000 111111 0 1110 11111111 1000010 111011

Color Harmonies of #7250DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250DB

Black with #7250DB

Text Example


Text Example

White with #7250DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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