Html Css Color HEX #7267CE Slate Blue

📋 copy color: '#7267CE'

red 114 ◦ green 103 ◦ blue 206

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

Shades of Slate Blue #7267CE

Tints of Slate Blue #7267CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 26.95%
G = 24.35%
B = 48.7%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7267CE (or 0x7267CE) is known color: Slate Blue. HEX triplet: 72, 67 and CE. RGB value is (114,103,206). Sum of RGB (Red+Green+Blue) = 114+103+206=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7267CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267CE is #8D9831. Grayscale: #757575. Windows color (decimal): -9279538 or 13526898. OLE color: 13526898.

HSL color Cylindrical-coordinate representation of color #7267CE: hue angle of 246.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7267CE is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 103 206 -
CMYK 0.45 0.50 0 0.19
HSL 246.41º 0.51% 0.61% -
HSV(B) 246.41º 0.5% 0.81% -
XYZ 22.93 17.73 60.61 -
YUV 118.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 114 103 206 0.45 0.50 0 0.19 246.41 0.51 0.61
Hex 72 67 CE 2D 32 0 13 F6 33 3D
Octal 162 147 316 55 62 0 23 366 63 75
Binary 1110010 1100111 11001110 101101 110010 0 10011 11110110 110011 111101

Color Harmonies of #7267CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267CE

Black with #7267CE

Text Example


Text Example

White with #7267CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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