Html Css Color HEX #7263CA Slate Blue

📋 copy color: '#7263CA'

red 114 ◦ green 99 ◦ blue 202

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

Shades of Slate Blue #7263CA

Tints of Slate Blue #7263CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 27.47%
G = 23.86%
B = 48.67%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7263CA (or 0x7263CA) is known color: Slate Blue. HEX triplet: 72, 63 and CA. RGB value is (114,99,202). Sum of RGB (Red+Green+Blue) = 114+99+202=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #7263CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263CA is #8D9C35. Grayscale: #727272. Windows color (decimal): -9280566 or 13263730. OLE color: 13263730.

HSL color Cylindrical-coordinate representation of color #7263CA: hue angle of 248.74º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7263CA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 99 202 -
CMYK 0.44 0.51 0 0.21
HSL 248.74º 0.49% 0.59% -
HSV(B) 248.74º 0.51% 0.79% -
XYZ 22.06 16.77 57.95 -
YUV 115.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 114 99 202 0.44 0.51 0 0.21 248.74 0.49 0.59
Hex 72 63 CA 2C 33 0 15 F9 31 3B
Octal 162 143 312 54 63 0 25 371 61 73
Binary 1110010 1100011 11001010 101100 110011 0 10101 11111001 110001 111011

Color Harmonies of #7263CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263CA

Black with #7263CA

Text Example


Text Example

White with #7263CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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