Html Css Color HEX #7266D6 Slate Blue

📋 copy color: '#7266D6'

red 114 ◦ green 102 ◦ blue 214

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

Shades of Slate Blue #7266D6

Tints of Slate Blue #7266D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.77%

R = 26.51%
G = 23.72%
B = 49.77%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7266D6 (or 0x7266D6) is known color: Slate Blue. HEX triplet: 72, 66 and D6. RGB value is (114,102,214). Sum of RGB (Red+Green+Blue) = 114+102+214=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #7266D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266D6 is #8D9929. Grayscale: #757575. Windows color (decimal): -9279786 or 14050930. OLE color: 14050930.

HSL color Cylindrical-coordinate representation of color #7266D6: hue angle of 246.43º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7266D6 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 102 214 -
CMYK 0.47 0.52 0 0.16
HSL 246.43º 0.58% 0.62% -
HSV(B) 246.43º 0.52% 0.84% -
XYZ 23.83 17.94 65.82 -
YUV 118.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 114 102 214 0.47 0.52 0 0.16 246.43 0.58 0.62
Hex 72 66 D6 2F 34 0 10 F6 3A 3E
Octal 162 146 326 57 64 0 20 366 72 76
Binary 1110010 1100110 11010110 101111 110100 0 10000 11110110 111010 111110

Color Harmonies of #7266D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266D6

Black with #7266D6

Text Example


Text Example

White with #7266D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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