#848FC5

Color #848FC5 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #848FC5

Tints of Wild Blue Yonder #848FC5

Color information

#848FC5 (or 0x848FC5) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8F and C5. RGB value is (132,143,197). Sum of RGB (Red+Green+Blue) = 132+143+197=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #848FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FC5 is #7B703A. Grayscale: #919191. Windows color (decimal): -8089659 or 12947332. OLE color: 12947332.

HSL color Cylindrical-coordinate representation of color #848FC5: hue angle of 229.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #848FC5 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB132143197-
CMYK0.330.2700.23
HSL229.85º35.91%64.51%-
HSV(B)229.85º32.99%77.25%-
XYZ29.4228.5856.79-
YUV145.87156.86118.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=27.97%
G=30.30%
B=41.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321431970.330.2700.23229.8535.9164.51
Hex848FC5211B017e62441
Octal204217305413302734644101
Binary10000100100011111100010110000111011010111111001101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848FC5; }

 p { color: rgb(132,143,197); }

 H1.HeaderClassName
 {
   color: #848FC5;
 }
 .AnyTagClassName
 {
   color: #848FC5;
 }
</style>
background-color css

<style>
 a { background-color: #848FC5; }

 a { background-color: rgb(132,143,197); }

 div.DivClassName
 {
   background-color: #848FC5;
 }
 .BgClassName
 {
   background-color: #848FC5;
 }
</style>
border-color css

<style>
 span { border-color: #848FC5; }

 span { border-color: rgb(132,143,197); }

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