Html Css Color HEX #7269CC Slate Blue

📋 copy color: '#7269CC'

red 114 ◦ green 105 ◦ blue 204

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

Shades of Slate Blue #7269CC

Tints of Slate Blue #7269CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.82%

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

R = 26.95%
G = 24.82%
B = 48.23%

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

#7269CC (or 0x7269CC) is known color: Slate Blue. HEX triplet: 72, 69 and CC. RGB value is (114,105,204). Sum of RGB (Red+Green+Blue) = 114+105+204=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #7269CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7269CC is #8D9633. Grayscale: #767676. Windows color (decimal): -9279028 or 13396338. OLE color: 13396338.

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

Color convert

RGB 114 105 204 -
CMYK 0.44 0.49 0 0.2
HSL 245.45º 0.49% 0.61% -
HSV(B) 245.45º 0.49% 0.8% -
XYZ 22.89 18.04 59.4 -
YUV 118.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 114 105 204 0.44 0.49 0 0.2 245.45 0.49 0.61
Hex 72 69 CC 2C 31 0 14 F5 31 3D
Octal 162 151 314 54 61 0 24 365 61 75
Binary 1110010 1101001 11001100 101100 110001 0 10100 11110101 110001 111101

Color Harmonies of #7269CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7269CC

Black with #7269CC

Text Example


Text Example

White with #7269CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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