Html Css Color HEX #7263DB Slate Blue

📋 copy color: '#7263DB'

red 114 ◦ green 99 ◦ blue 219

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

Shades of Slate Blue #7263DB

Tints of Slate Blue #7263DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.92%

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

R = 26.39%
G = 22.92%
B = 50.69%

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

#7263DB (or 0x7263DB) is known color: Slate Blue. HEX triplet: 72, 63 and DB. RGB value is (114,99,219). Sum of RGB (Red+Green+Blue) = 114+99+219=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #7263DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263DB is #8D9C24. Grayscale: #747474. Windows color (decimal): -9280549 or 14377842. OLE color: 14377842.

HSL color Cylindrical-coordinate representation of color #7263DB: hue angle of 247.5º degrees, saturation: 0.62, 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 #7263DB is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 99 219 -
CMYK 0.48 0.55 0 0.14
HSL 247.5º 0.63% 0.62% -
HSV(B) 247.5º 0.55% 0.86% -
XYZ 24.19 17.62 69.14 -
YUV 117.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 114 99 219 0.48 0.55 0 0.14 247.5 0.63 0.62
Hex 72 63 DB 30 37 0 E F8 3E 3E
Octal 162 143 333 60 67 0 16 370 76 76
Binary 1110010 1100011 11011011 110000 110111 0 1110 11111000 111110 111110

Color Harmonies of #7263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263DB

Black with #7263DB

Text Example


Text Example

White with #7263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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