Html Css Color HEX #7266CA Slate Blue

📋 copy color: '#7266CA'

red 114 ◦ green 102 ◦ blue 202

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

Shades of Slate Blue #7266CA

Tints of Slate Blue #7266CA

RGB

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

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

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

R = 27.27%
G = 24.4%
B = 48.33%

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

#7266CA (or 0x7266CA) is known color: Slate Blue. HEX triplet: 72, 66 and CA. RGB value is (114,102,202). Sum of RGB (Red+Green+Blue) = 114+102+202=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #7266CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266CA is #8D9935. Grayscale: #747474. Windows color (decimal): -9279798 or 13264498. OLE color: 13264498.

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

Color convert

RGB 114 102 202 -
CMYK 0.44 0.50 0 0.21
HSL 247.2º 0.49% 0.6% -
HSV(B) 247.2º 0.5% 0.79% -
XYZ 22.35 17.34 58.05 -
YUV 116.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 114 102 202 0.44 0.50 0 0.21 247.2 0.49 0.6
Hex 72 66 CA 2C 32 0 15 F7 31 3C
Octal 162 146 312 54 62 0 25 367 61 74
Binary 1110010 1100110 11001010 101100 110010 0 10101 11110111 110001 111100

Color Harmonies of #7266CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266CA

Black with #7266CA

Text Example


Text Example

White with #7266CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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