Html Css Color HEX #7264CA Slate Blue

📋 copy color: '#7264CA'

red 114 ◦ green 100 ◦ blue 202

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

Shades of Slate Blue #7264CA

Tints of Slate Blue #7264CA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.04%

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

R = 27.4%
G = 24.04%
B = 48.56%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7264CA (or 0x7264CA) is known color: Slate Blue. HEX triplet: 72, 64 and CA. RGB value is (114,100,202). Sum of RGB (Red+Green+Blue) = 114+100+202=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #7264CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264CA is #8D9B35. Grayscale: #737373. Windows color (decimal): -9280310 or 13263986. OLE color: 13263986.

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

Color convert

RGB 114 100 202 -
CMYK 0.44 0.50 0 0.21
HSL 248.24º 0.49% 0.59% -
HSV(B) 248.24º 0.5% 0.79% -
XYZ 22.16 16.96 57.98 -
YUV 115.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 114 100 202 0.44 0.50 0 0.21 248.24 0.49 0.59
Hex 72 64 CA 2C 32 0 15 F8 31 3B
Octal 162 144 312 54 62 0 25 370 61 73
Binary 1110010 1100100 11001010 101100 110010 0 10101 11111000 110001 111011

Color Harmonies of #7264CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264CA

Black with #7264CA

Text Example


Text Example

White with #7264CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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