Html Css Color HEX #7483BE Wild Blue Yonder

📋 copy color: '#7483BE'

red 116 ◦ green 131 ◦ blue 190

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

Shades of Wild Blue Yonder #7483BE

Tints of Wild Blue Yonder #7483BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.98%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 26.54%
G = 29.98%
B = 43.48%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7483BE (or 0x7483BE) is known color: Wild Blue Yonder. HEX triplet: 74, 83 and BE. RGB value is (116,131,190). Sum of RGB (Red+Green+Blue) = 116+131+190=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #7483BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7483BE is #8B7C41. Grayscale: #848484. Windows color (decimal): -9141314 or 12485492. OLE color: 12485492.

HSL color Cylindrical-coordinate representation of color #7483BE: hue angle of 227.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7483BE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 131 190 -
CMYK 0.39 0.31 0 0.25
HSL 227.84º 0.36% 0.6% -
HSV(B) 227.84º 0.39% 0.75% -
XYZ 24.61 23.66 51.99 -
YUV 133.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 116 131 190 0.39 0.31 0 0.25 227.84 0.36 0.6
Hex 74 83 BE 27 1F 0 19 E4 24 3C
Octal 164 203 276 47 37 0 31 344 44 74
Binary 1110100 10000011 10111110 100111 11111 0 11001 11100100 100100 111100

Color Harmonies of #7483BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7483BE

Black with #7483BE

Text Example


Text Example

White with #7483BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7483BE; }

 p { color: rgb(116,131,190); }

 H1.HeaderClassName
 {
   color: #7483BE;
 }
 .AnyTagClassName
 {
   color: #7483BE;
 }
</style>

background-color css

<style>
 a { background-color: #7483BE; }

 a { background-color: rgb(116,131,190); }

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

border-color css

<style>
 span { border-color: #7483BE; }

 span { border-color: rgb(116,131,190); }

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