Html Css Color HEX #7268CC Slate Blue

📋 copy color: '#7268CC'

red 114 ◦ green 104 ◦ blue 204

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

Shades of Slate Blue #7268CC

Tints of Slate Blue #7268CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.64%

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 27.01%
G = 24.64%
B = 48.34%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7268CC (or 0x7268CC) is known color: Slate Blue. HEX triplet: 72, 68 and CC. RGB value is (114,104,204). Sum of RGB (Red+Green+Blue) = 114+104+204=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #7268CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268CC is #8D9733. Grayscale: #767676. Windows color (decimal): -9279284 or 13396082. OLE color: 13396082.

HSL color Cylindrical-coordinate representation of color #7268CC: hue angle of 246º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7268CC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 104 204 -
CMYK 0.44 0.49 0 0.2
HSL 246º 0.5% 0.6% -
HSV(B) 246º 0.49% 0.8% -
XYZ 22.79 17.84 59.37 -
YUV 118.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 114 104 204 0.44 0.49 0 0.2 246 0.5 0.6
Hex 72 68 CC 2C 31 0 14 F6 32 3C
Octal 162 150 314 54 61 0 24 366 62 74
Binary 1110010 1101000 11001100 101100 110001 0 10100 11110110 110010 111100

Color Harmonies of #7268CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7268CC

Black with #7268CC

Text Example


Text Example

White with #7268CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7268CC; }

 p { color: rgb(114,104,204); }

 H1.HeaderClassName
 {
   color: #7268CC;
 }
 .AnyTagClassName
 {
   color: #7268CC;
 }
</style>

background-color css

<style>
 a { background-color: #7268CC; }

 a { background-color: rgb(114,104,204); }

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

border-color css

<style>
 span { border-color: #7268CC; }

 span { border-color: rgb(114,104,204); }

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