Html Css Color HEX #7266CD Slate Blue

📋 copy color: '#7266CD'

red 114 ◦ green 102 ◦ blue 205

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

Shades of Slate Blue #7266CD

Tints of Slate Blue #7266CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.23%

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 27.08%
G = 24.23%
B = 48.69%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7266CD (or 0x7266CD) is known color: Slate Blue. HEX triplet: 72, 66 and CD. RGB value is (114,102,205). Sum of RGB (Red+Green+Blue) = 114+102+205=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7266CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266CD is #8D9932. Grayscale: #747474. Windows color (decimal): -9279795 or 13461106. OLE color: 13461106.

HSL color Cylindrical-coordinate representation of color #7266CD: hue angle of 246.99º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7266CD is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 102 205 -
CMYK 0.44 0.50 0 0.20
HSL 246.99º 0.51% 0.6% -
HSV(B) 246.99º 0.5% 0.8% -
XYZ 22.71 17.49 59.94 -
YUV 117.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 114 102 205 0.44 0.50 0 0.20 246.99 0.51 0.6
Hex 72 66 CD 2C 32 0 14 F7 33 3C
Octal 162 146 315 54 62 0 24 367 63 74
Binary 1110010 1100110 11001101 101100 110010 0 10100 11110111 110011 111100

Color Harmonies of #7266CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266CD

Black with #7266CD

Text Example


Text Example

White with #7266CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7266CD; }

 p { color: rgb(114,102,205); }

 H1.HeaderClassName
 {
   color: #7266CD;
 }
 .AnyTagClassName
 {
   color: #7266CD;
 }
</style>

background-color css

<style>
 a { background-color: #7266CD; }

 a { background-color: rgb(114,102,205); }

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

border-color css

<style>
 span { border-color: #7266CD; }

 span { border-color: rgb(114,102,205); }

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