Html Css Color HEX #7267DB Slate Blue

📋 copy color: '#7267DB'

red 114 ◦ green 103 ◦ blue 219

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

Shades of Slate Blue #7267DB

Tints of Slate Blue #7267DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

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

R = 26.15%
G = 23.62%
B = 50.23%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7267DB (or 0x7267DB) is known color: Slate Blue. HEX triplet: 72, 67 and DB. RGB value is (114,103,219). Sum of RGB (Red+Green+Blue) = 114+103+219=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7267DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267DB is #8D9824. Grayscale: #777777. Windows color (decimal): -9279525 or 14378866. OLE color: 14378866.

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

Color convert

RGB 114 103 219 -
CMYK 0.48 0.53 0 0.14
HSL 245.69º 0.62% 0.63% -
HSV(B) 245.69º 0.53% 0.86% -
XYZ 24.58 18.39 69.27 -
YUV 119.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 114 103 219 0.48 0.53 0 0.14 245.69 0.62 0.63
Hex 72 67 DB 30 35 0 E F6 3E 3F
Octal 162 147 333 60 65 0 16 366 76 77
Binary 1110010 1100111 11011011 110000 110101 0 1110 11110110 111110 111111

Color Harmonies of #7267DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267DB

Black with #7267DB

Text Example


Text Example

White with #7267DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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