Html Css Color HEX #7262DB Slate Blue

📋 copy color: '#7262DB'

red 114 ◦ green 98 ◦ blue 219

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

Shades of Slate Blue #7262DB

Tints of Slate Blue #7262DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

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

R = 26.45%
G = 22.74%
B = 50.81%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7262DB (or 0x7262DB) is known color: Slate Blue. HEX triplet: 72, 62 and DB. RGB value is (114,98,219). Sum of RGB (Red+Green+Blue) = 114+98+219=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #7262DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262DB is #8D9D24. Grayscale: #747474. Windows color (decimal): -9280805 or 14377586. OLE color: 14377586.

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

Color convert

RGB 114 98 219 -
CMYK 0.48 0.55 0 0.14
HSL 247.93º 0.63% 0.62% -
HSV(B) 247.93º 0.55% 0.86% -
XYZ 24.09 17.43 69.11 -
YUV 116.58 185.8 126.16 -
System Red Green Blue C M Y K H S L
Decimal 114 98 219 0.48 0.55 0 0.14 247.93 0.63 0.62
Hex 72 62 DB 30 37 0 E F8 3F 3E
Octal 162 142 333 60 67 0 16 370 77 76
Binary 1110010 1100010 11011011 110000 110111 0 1110 11111000 111111 111110

Color Harmonies of #7262DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7262DB

Black with #7262DB

Text Example


Text Example

White with #7262DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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