Html Css Color HEX #7263D6 Slate Blue

📋 copy color: '#7263D6'

red 114 ◦ green 99 ◦ blue 214

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

Shades of Slate Blue #7263D6

Tints of Slate Blue #7263D6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.19%

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

R = 26.7%
G = 23.19%
B = 50.12%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7263D6 (or 0x7263D6) is known color: Slate Blue. HEX triplet: 72, 63 and D6. RGB value is (114,99,214). Sum of RGB (Red+Green+Blue) = 114+99+214=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #7263D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263D6 is #8D9C29. Grayscale: #747474. Windows color (decimal): -9280554 or 14050162. OLE color: 14050162.

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

Color convert

RGB 114 99 214 -
CMYK 0.47 0.54 0 0.16
HSL 247.83º 0.58% 0.61% -
HSV(B) 247.83º 0.54% 0.84% -
XYZ 23.54 17.36 65.73 -
YUV 116.6 182.97 126.15 -
System Red Green Blue C M Y K H S L
Decimal 114 99 214 0.47 0.54 0 0.16 247.83 0.58 0.61
Hex 72 63 D6 2F 36 0 10 F8 3A 3D
Octal 162 143 326 57 66 0 20 370 72 75
Binary 1110010 1100011 11010110 101111 110110 0 10000 11111000 111010 111101

Color Harmonies of #7263D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263D6

Black with #7263D6

Text Example


Text Example

White with #7263D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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