Html Css Color HEX #7266FB Medium Slate Blue

📋 copy color: '#7266FB'

red 114 ◦ green 102 ◦ blue 251

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

Shades of Medium Slate Blue #7266FB

Tints of Medium Slate Blue #7266FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 24.41%
G = 21.84%
B = 53.75%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7266FB (or 0x7266FB) is known color: Medium Slate Blue. HEX triplet: 72, 66 and FB. RGB value is (114,102,251). Sum of RGB (Red+Green+Blue) = 114+102+251=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #7266FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7266FB is #8D9904. Grayscale: #797979. Windows color (decimal): -9279749 or 16475762. OLE color: 16475762.

HSL color Cylindrical-coordinate representation of color #7266FB: hue angle of 244.83º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7266FB is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 102 251 -
CMYK 0.55 0.59 0 0.02
HSL 244.83º 0.95% 0.69% -
HSV(B) 244.83º 0.59% 0.98% -
XYZ 29.1 20.05 93.6 -
YUV 122.57 200.48 121.88 -
System Red Green Blue C M Y K H S L
Decimal 114 102 251 0.55 0.59 0 0.02 244.83 0.95 0.69
Hex 72 66 FB 37 3B 0 2 F5 5F 45
Octal 162 146 373 67 73 0 2 365 137 105
Binary 1110010 1100110 11111011 110111 111011 0 10 11110101 1011111 1000101

Color Harmonies of #7266FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266FB

Black with #7266FB

Text Example


Text Example

White with #7266FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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