Html Css Color HEX #7267D3 Slate Blue

📋 copy color: '#7267D3'

red 114 ◦ green 103 ◦ blue 211

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

Shades of Slate Blue #7267D3

Tints of Slate Blue #7267D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 49.3%

R = 26.64%
G = 24.07%
B = 49.3%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7267D3 (or 0x7267D3) is known color: Slate Blue. HEX triplet: 72, 67 and D3. RGB value is (114,103,211). Sum of RGB (Red+Green+Blue) = 114+103+211=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #7267D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267D3 is #8D982C. Grayscale: #767676. Windows color (decimal): -9279533 or 13854578. OLE color: 13854578.

HSL color Cylindrical-coordinate representation of color #7267D3: hue angle of 246.11º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7267D3 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 103 211 -
CMYK 0.46 0.51 0 0.17
HSL 246.11º 0.55% 0.62% -
HSV(B) 246.11º 0.51% 0.83% -
XYZ 23.55 17.98 63.86 -
YUV 118.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 114 103 211 0.46 0.51 0 0.17 246.11 0.55 0.62
Hex 72 67 D3 2E 33 0 11 F6 37 3E
Octal 162 147 323 56 63 0 21 366 67 76
Binary 1110010 1100111 11010011 101110 110011 0 10001 11110110 110111 111110

Color Harmonies of #7267D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267D3

Black with #7267D3

Text Example


Text Example

White with #7267D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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