Html Css Color HEX #7266FE Medium Slate Blue

📋 copy color: '#7266FE'

red 114 ◦ green 102 ◦ blue 254

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

Shades of Medium Slate Blue #7266FE

Tints of Medium Slate Blue #7266FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 24.26%
G = 21.7%
B = 54.04%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7266FE (or 0x7266FE) is known color: Medium Slate Blue. HEX triplet: 72, 66 and FE. RGB value is (114,102,254). Sum of RGB (Red+Green+Blue) = 114+102+254=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #7266FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7266FE is #8D9901. Grayscale: #7A7A7A. Windows color (decimal): -9279746 or 16672370. OLE color: 16672370.

HSL color Cylindrical-coordinate representation of color #7266FE: hue angle of 244.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7266FE is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 102 254 -
CMYK 0.55 0.60 0 0.00
HSL 244.74º 0.99% 0.7% -
HSV(B) 244.74º 0.6% 1% -
XYZ 29.58 20.24 96.11 -
YUV 122.92 201.98 121.64 -
System Red Green Blue C M Y K H S L
Decimal 114 102 254 0.55 0.60 0 0.00 244.74 0.99 0.7
Hex 72 66 FE 37 3C 0 0 F5 63 46
Octal 162 146 376 67 74 0 0 365 143 106
Binary 1110010 1100110 11111110 110111 111100 0 0 11110101 1100011 1000110

Color Harmonies of #7266FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266FE

Black with #7266FE

Text Example


Text Example

White with #7266FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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