Html Css Color HEX #7469CF Slate Blue

📋 copy color: '#7469CF'

red 116 ◦ green 105 ◦ blue 207

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

Shades of Slate Blue #7469CF

Tints of Slate Blue #7469CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 27.1%
G = 24.53%
B = 48.36%

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

#7469CF (or 0x7469CF) is known color: Slate Blue. HEX triplet: 74, 69 and CF. RGB value is (116,105,207). Sum of RGB (Red+Green+Blue) = 116+105+207=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #7469CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469CF is #8B9630. Grayscale: #777777. Windows color (decimal): -9147953 or 13592948. OLE color: 13592948.

HSL color Cylindrical-coordinate representation of color #7469CF: hue angle of 246.47º degrees, saturation: 0.52, 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 #7469CF is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 105 207 -
CMYK 0.44 0.49 0 0.19
HSL 246.47º 0.52% 0.61% -
HSV(B) 246.47º 0.49% 0.81% -
XYZ 23.52 18.32 61.33 -
YUV 119.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 116 105 207 0.44 0.49 0 0.19 246.47 0.52 0.61
Hex 74 69 CF 2C 31 0 13 F6 34 3D
Octal 164 151 317 54 61 0 23 366 64 75
Binary 1110100 1101001 11001111 101100 110001 0 10011 11110110 110100 111101

Color Harmonies of #7469CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7469CF

Black with #7469CF

Text Example


Text Example

White with #7469CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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