Html Css Color HEX #7693BC Wild Blue Yonder

📋 copy color: '#7693BC'

red 118 ◦ green 147 ◦ blue 188

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

Shades of Wild Blue Yonder #7693BC

Tints of Wild Blue Yonder #7693BC

RGB

 RED value IS 118 (46.48% from 255) = 26.05%

 GREEN value IS 147 (57.81% from 255) = 32.45%

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 26.05%
G = 32.45%
B = 41.5%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7693BC (or 0x7693BC) is known color: Wild Blue Yonder. HEX triplet: 76, 93 and BC. RGB value is (118,147,188). Sum of RGB (Red+Green+Blue) = 118+147+188=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #7693BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693BC is #896C43. Grayscale: #8E8E8E. Windows color (decimal): -9006148 or 12358518. OLE color: 12358518.

HSL color Cylindrical-coordinate representation of color #7693BC: hue angle of 215.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7693BC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 147 188 -
CMYK 0.37 0.22 0 0.26
HSL 215.14º 0.34% 0.6% -
HSV(B) 215.14º 0.37% 0.74% -
XYZ 26.98 28.35 51.63 -
YUV 143 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 118 147 188 0.37 0.22 0 0.26 215.14 0.34 0.6
Hex 76 93 BC 25 16 0 1A D7 22 3C
Octal 166 223 274 45 26 0 32 327 42 74
Binary 1110110 10010011 10111100 100101 10110 0 11010 11010111 100010 111100

Color Harmonies of #7693BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7693BC

Black with #7693BC

Text Example


Text Example

White with #7693BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7693BC; }

 p { color: rgb(118,147,188); }

 H1.HeaderClassName
 {
   color: #7693BC;
 }
 .AnyTagClassName
 {
   color: #7693BC;
 }
</style>

background-color css

<style>
 a { background-color: #7693BC; }

 a { background-color: rgb(118,147,188); }

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

border-color css

<style>
 span { border-color: #7693BC; }

 span { border-color: rgb(118,147,188); }

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