Html Css Color HEX #7585F6 Cornflower Blue

📋 copy color: '#7585F6'

red 117 ◦ green 133 ◦ blue 246

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

Shades of Cornflower Blue #7585F6

Tints of Cornflower Blue #7585F6

RGB

 RED value IS 117 (46.09% from 255) = 23.59%

 GREEN value IS 133 (52.34% from 255) = 26.81%

 BLUE value IS 246 (96.48% from 255) = 49.6%

R = 23.59%
G = 26.81%
B = 49.6%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7585F6 (or 0x7585F6) is known color: Cornflower Blue. HEX triplet: 75, 85 and F6. RGB value is (117,133,246). Sum of RGB (Red+Green+Blue) = 117+133+246=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #7585F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585F6 is #8A7A09. Grayscale: #8C8C8C. Windows color (decimal): -9075210 or 16156021. OLE color: 16156021.

HSL color Cylindrical-coordinate representation of color #7585F6: hue angle of 232.56º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7585F6 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 133 246 -
CMYK 0.52 0.46 0 0.04
HSL 232.56º 0.88% 0.71% -
HSV(B) 232.56º 0.52% 0.96% -
XYZ 32.36 27.21 90.74 -
YUV 141.1 187.2 110.81 -
System Red Green Blue C M Y K H S L
Decimal 117 133 246 0.52 0.46 0 0.04 232.56 0.88 0.71
Hex 75 85 F6 34 2E 0 4 E9 58 47
Octal 165 205 366 64 56 0 4 351 130 107
Binary 1110101 10000101 11110110 110100 101110 0 100 11101001 1011000 1000111

Color Harmonies of #7585F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7585F6

Black with #7585F6

Text Example


Text Example

White with #7585F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7585F6; }

 p { color: rgb(117,133,246); }

 H1.HeaderClassName
 {
   color: #7585F6;
 }
 .AnyTagClassName
 {
   color: #7585F6;
 }
</style>

background-color css

<style>
 a { background-color: #7585F6; }

 a { background-color: rgb(117,133,246); }

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

border-color css

<style>
 span { border-color: #7585F6; }

 span { border-color: rgb(117,133,246); }

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