Html Css Color HEX #7469CE Slate Blue

📋 copy color: '#7469CE'

red 116 ◦ green 105 ◦ blue 206

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

Shades of Slate Blue #7469CE

Tints of Slate Blue #7469CE

RGB

 RED value IS 116 (45.7% from 255) = 27.17%

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 27.17%
G = 24.59%
B = 48.24%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7469CE (or 0x7469CE) is known color: Slate Blue. HEX triplet: 74, 69 and CE. RGB value is (116,105,206). Sum of RGB (Red+Green+Blue) = 116+105+206=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #7469CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469CE is #8B9631. Grayscale: #777777. Windows color (decimal): -9147954 or 13527412. OLE color: 13527412.

HSL color Cylindrical-coordinate representation of color #7469CE: hue angle of 246.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7469CE is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 105 206 -
CMYK 0.44 0.49 0 0.19
HSL 246.53º 0.51% 0.61% -
HSV(B) 246.53º 0.49% 0.81% -
XYZ 23.39 18.27 60.69 -
YUV 119.8 176.64 125.29 -
System Red Green Blue C M Y K H S L
Decimal 116 105 206 0.44 0.49 0 0.19 246.53 0.51 0.61
Hex 74 69 CE 2C 31 0 13 F7 33 3D
Octal 164 151 316 54 61 0 23 367 63 75
Binary 1110100 1101001 11001110 101100 110001 0 10011 11110111 110011 111101

Color Harmonies of #7469CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7469CE

Black with #7469CE

Text Example


Text Example

White with #7469CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7469CE; }

 p { color: rgb(116,105,206); }

 H1.HeaderClassName
 {
   color: #7469CE;
 }
 .AnyTagClassName
 {
   color: #7469CE;
 }
</style>

background-color css

<style>
 a { background-color: #7469CE; }

 a { background-color: rgb(116,105,206); }

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

border-color css

<style>
 span { border-color: #7469CE; }

 span { border-color: rgb(116,105,206); }

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