Html Css Color HEX #768DBE Wild Blue Yonder

📋 copy color: '#768DBE'

red 118 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #768DBE

Tints of Wild Blue Yonder #768DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.4%

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

R = 26.28%
G = 31.4%
B = 42.32%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#768DBE (or 0x768DBE) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and BE. RGB value is (118,141,190). Sum of RGB (Red+Green+Blue) = 118+141+190=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #768DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DBE is #897241. Grayscale: #8B8B8B. Windows color (decimal): -9007682 or 12488054. OLE color: 12488054.

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

Color convert

RGB 118 141 190 -
CMYK 0.38 0.26 0 0.25
HSL 220.83º 0.36% 0.6% -
HSV(B) 220.83º 0.38% 0.75% -
XYZ 26.29 26.62 52.47 -
YUV 139.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 118 141 190 0.38 0.26 0 0.25 220.83 0.36 0.6
Hex 76 8D BE 26 1A 0 19 DD 24 3C
Octal 166 215 276 46 32 0 31 335 44 74
Binary 1110110 10001101 10111110 100110 11010 0 11001 11011101 100100 111100

Color Harmonies of #768DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DBE

Black with #768DBE

Text Example


Text Example

White with #768DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768DBE; }

 p { color: rgb(118,141,190); }

 H1.HeaderClassName
 {
   color: #768DBE;
 }
 .AnyTagClassName
 {
   color: #768DBE;
 }
</style>

background-color css

<style>
 a { background-color: #768DBE; }

 a { background-color: rgb(118,141,190); }

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

border-color css

<style>
 span { border-color: #768DBE; }

 span { border-color: rgb(118,141,190); }

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