Html Css Color HEX #7466CF Slate Blue

📋 copy color: '#7466CF'

red 116 ◦ green 102 ◦ blue 207

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

Shades of Slate Blue #7466CF

Tints of Slate Blue #7466CF

RGB

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

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

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

R = 27.29%
G = 24%
B = 48.71%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7466CF (or 0x7466CF) is known color: Slate Blue. HEX triplet: 74, 66 and CF. RGB value is (116,102,207). Sum of RGB (Red+Green+Blue) = 116+102+207=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #7466CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466CF is #8B9930. Grayscale: #757575. Windows color (decimal): -9148721 or 13592180. OLE color: 13592180.

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

Color convert

RGB 116 102 207 -
CMYK 0.44 0.51 0 0.19
HSL 248º 0.52% 0.61% -
HSV(B) 248º 0.51% 0.81% -
XYZ 23.22 17.72 61.23 -
YUV 118.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 116 102 207 0.44 0.51 0 0.19 248 0.52 0.61
Hex 74 66 CF 2C 33 0 13 F8 34 3D
Octal 164 146 317 54 63 0 23 370 64 75
Binary 1110100 1100110 11001111 101100 110011 0 10011 11111000 110100 111101

Color Harmonies of #7466CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466CF

Black with #7466CF

Text Example


Text Example

White with #7466CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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