Html Css Color HEX #7266FD Medium Slate Blue

📋 copy color: '#7266FD'

red 114 ◦ green 102 ◦ blue 253

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

Shades of Medium Slate Blue #7266FD

Tints of Medium Slate Blue #7266FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 24.31%
G = 21.75%
B = 53.94%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7266FD (or 0x7266FD) is known color: Medium Slate Blue. HEX triplet: 72, 66 and FD. RGB value is (114,102,253). Sum of RGB (Red+Green+Blue) = 114+102+253=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #7266FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7266FD is #8D9902. Grayscale: #7A7A7A. Windows color (decimal): -9279747 or 16606834. OLE color: 16606834.

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

Color convert

RGB 114 102 253 -
CMYK 0.55 0.60 0 0.01
HSL 244.77º 0.97% 0.7% -
HSV(B) 244.77º 0.6% 0.99% -
XYZ 29.42 20.17 95.27 -
YUV 122.8 201.48 121.72 -
System Red Green Blue C M Y K H S L
Decimal 114 102 253 0.55 0.60 0 0.01 244.77 0.97 0.7
Hex 72 66 FD 37 3C 0 1 F5 61 46
Octal 162 146 375 67 74 0 1 365 141 106
Binary 1110010 1100110 11111101 110111 111100 0 1 11110101 1100001 1000110

Color Harmonies of #7266FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266FD

Black with #7266FD

Text Example


Text Example

White with #7266FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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