Html Css Color HEX #7267DA Slate Blue

📋 copy color: '#7267DA'

red 114 ◦ green 103 ◦ blue 218

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

Shades of Slate Blue #7267DA

Tints of Slate Blue #7267DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 26.21%
G = 23.68%
B = 50.11%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7267DA (or 0x7267DA) is known color: Slate Blue. HEX triplet: 72, 67 and DA. RGB value is (114,103,218). Sum of RGB (Red+Green+Blue) = 114+103+218=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #7267DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267DA is #8D9825. Grayscale: #767676. Windows color (decimal): -9279526 or 14313330. OLE color: 14313330.

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

Color convert

RGB 114 103 218 -
CMYK 0.48 0.53 0 0.15
HSL 245.74º 0.61% 0.63% -
HSV(B) 245.74º 0.53% 0.85% -
XYZ 24.44 18.34 68.58 -
YUV 119.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 114 103 218 0.48 0.53 0 0.15 245.74 0.61 0.63
Hex 72 67 DA 30 35 0 F F6 3D 3F
Octal 162 147 332 60 65 0 17 366 75 77
Binary 1110010 1100111 11011010 110000 110101 0 1111 11110110 111101 111111

Color Harmonies of #7267DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267DA

Black with #7267DA

Text Example


Text Example

White with #7267DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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